|
starting with the wrong permissions?
I usually do something like /usr/local/bin/safe_mysqld --user=mysql
Do a "ps -aux |grep mysq" to verify it is running -- then you should be able to do mysql -p to login (if you have a password set for your mysql user)
|