Slur wrote:
This sure looks like a permissions issue. Did you do this step from Marc's instructions?
sudo chown -R mysql /usr/local/mysql/*
Sure did. Followed his instructions to the letter on the day I installed MySQL. I was then able to use the mysql command. But the next day (in other words, from the next startup), I got the error I quoted above. Do you think I should run that command again?
It sure would be a pain to have to do this every day!
In any case, MySQL is not running. The command ps -aux | grep mysqld reveals:
david 378 0.0 0.0 1112 196 std R+ 0:00.00 grep mysqld
My understanding from a message you wrote in another forum is that mysqld should remain running after starting the mysql server.
Incidentally, this does not happen with Postgres. It is running and I am able to use its console program and phpPgAdmin.
Regards, David