Hi all,
I have a problem when I'm trying to connect to mysql server at my web hosting...
appears error message like this :
Could not connect to MySQL server! 2002: Can't connect to local MySQL server through socket '/usr/home/greatdynamic/mysql/mysql-greatdynamic.sock' (2)
never appeared such problem before... I guest that I need to restart mysql (maybe mysql hang after left running all the time)..
so how to restart mysql ... I've tried this command : mysql/bin/safe_mysqld (not work)
You can see if mysql is running using (syntax might vary): ps -Af
If it indeed is not running many machines use a start/stop script like /etc/init.d/mysql to properly start and stop mysql.
If it is running maybe the configuration has changed, can you connect using -h <hostname>?
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]