Re: #2002 - The server is not responding
Posted by:
Geoff Ellis ()
Date: March 08, 2006 04:27AM
To the people on Mac OS X 10.4.4 and up
During the 10.4.4 OS update, Apple have changed where PHP looks for the MySQL socket file.
You can correct this my:
$ sudo mkdir /var/mysql
$ sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock
Good Luck
Geoff