| Sign In/My Account | View Cart |
| Article: |
Apache Web-Serving With Mac OS X, Part 5 | |
| Subject: | mysql socket problem solved.. OSX10.4 | |
| Date: | 2006-06-23 04:59:13 | |
| From: | carlco2 | |
|
Response to: mysql socket problem
|
||
|
After updating to Mac OS X 10.4.4, you may find that the connection between PHP and MySQL running on your local webserver is broken.
|
||
Showing messages 1 through 2 of 2.
The fix is actually simple:
sudo mkdir -p /var/mysql
sudo chgrp mysql /var/mysql
sudo chmog g+w /var/mysql
edit/create /private/etc/my.cnf and add the line:
socket=/var/mysql/mysql.sock
restart mysql
now the new php wil find the socket info in the right place, if you change php then you might need to tell that about the new secure location.
http://www.macosxhints.com/article.php?story=20060111113313511