Advertisement

Starting mysql

Started by October 27, 2003 09:07 AM
1 comment, last by stefu 20 years, 10 months ago
I installed mysql on RedHat9. Typing mysql throws: ERROR 2002: Can''t connect to local MySQL server through socket ''/var/lib/mysql/mysql.sock'' (2) also mysql_install_db outs: Didn''t find /usr/libexec/mysqld You should do a ''make install'' before executing this script So how do I start mysql?
Login as root and use:

safe_mysqld &

To start the mysql daemon.

-------
Andrew
PlaneShift - A MMORPG in development.


[edited by - acraig on October 27, 2003 10:37:11 AM]
Advertisement
Ok, I had to install mysql-server package.. I think it works now

This topic is closed to new replies.

Advertisement