Hello Daniel!

> I had mysql running fine on linux (redhat 7.1 ).
>
> Today I get this error: "can't connect to local Mysql server through socket
> '/tmp/mysql.sock.'

Shooting[trouble] tips:

Does 'cat /etc/my.cnf |grep socket' confirm the path to the sock for both
server and client? Should be yes if it was running before.

Does 'ps -auxwww |grep mysqld' say something's running?

Does 'mysqladmin -p status' confirm that the server running?

Check the log for why the server may have stopped.

In a pinch, restart the server. Usually works unless there's some more
fundamental problem.

Have a :) day!

jb

-- 
jim barchuk
[EMAIL PROTECTED]




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to