MySQL Problem w/ OS X Installation
-
I am attempting to get a local copy of WordPress running on OS X. I have MySQL 5.0.34 running, and can connect to database wordpress with user wordpress using the local mysql client. I am running PHP 4.4 from Apache 1.3.33, which are the defaults on OS X.
I have configured wp-config.php to point to localhost with the appropriate values for db name, user and password. I can see that the file is being picked up, as when I change the db host in the file, the value is reflected in the error message.
When I try to go to localhost/wordpress/wp-admin/install.php, I get a message saying the database could not be reached. I have turned MySQL logging on, but do not see any connection attempt being made to MySQL–I do see connection information when connecting from the mysql client. I have also tried putting the MySQL port number (3306) into the db host (localhost:3306), with no affect, other than the changing error page.
Any ideas how to trouble shoot this would be appreciated. I do not know how to get more information about how WordPress is trying to connect, or what settings I might try changing.
Thanks for the help,
Nathan
- The topic ‘MySQL Problem w/ OS X Installation’ is closed to new replies.