MySQL version
mysql Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (i386) using readline 5.1
Restarted the machine. Then tried...
$ ps aux | grep mysql
mysql 3298 0.0 0.8 136772 17216 ? Rl 12:13 0:00
/usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql
--pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking
--socket=/var/lib/mysql/mysql.sock
xxxxx 3311 0.0 0.0 4000 680 pts/1 R+ 12:13 0:00
grep mysql
root 3461 2.3 0.0 4624 1232 ? S 11:55 0:26
/bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql
--socket=/var/lib/mysql/mysql.sock --log-error=/var/log/mysqld.log
--pid-file=/var/run/mysqld/mysqld.pid --user=mysql
So mysqld is running.
However I can't make a client connection to it...
$ mysql -u root
ERROR 2002 (HY000): Can't connect to local MySQL server through
socket '/var/lib/mysql/mysql.sock' (2)
When I try to connect from a different machine using Sequel Pro I get the error...
"MySQL said: Lost connection to MySQL server at 'reading initial communication packet', system error: 61"