[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] mysql problem




Thom LaCosta wrote:
I recently uninstalled/installed
MySQL Release 3.23.54-1 from pkgmaster on a RaQ4

When I attempt to run mysql I get
ERROR 2002: Can't connect to local MySQL server through socket
'/var/lib/mysql/mysql.sock' (111)

There isn't any mysql.sock in /var/lib/mysql or in /home/mysql

Any ideas?

Thom



Hio,

Either mysql is not running at all (default if you never used it before i think), or you have to recreate the symlink.

recreate symlink:
http://www.depopo.net/projects/kb/kb_show.asp?id=44

check if mysql is running:
ps -ef | grep mysqld

Bob.