
Originally Posted by
cywolf OS X ships with the file /etc/php.ini.default which you can just copy to /etc/php.ini before customizing the default settings. One thing I remember is that MySQL (at least the version I installed) was creating its socket file at /tmp/mysql.sock, so you'll probably need to either change where the socket file is created or set the PHP parameter 'mysql.default_socket' to that path. By default it looks for the file at /var/mysql/mysql.sock.
By the way, install MySQL Administrator for a nice interface to customize its configuration settings and manipulate your databases.
Bookmarks