I get:
"Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' " ....
I notice that my old command line entrance into mysql isn't working, and I get:
"Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' "
Ah ... mysqld isn't running. So:
mysqld_safe &
... which finds the old config files fine. Errors disappear. Everything's up.
No comments:
Post a Comment