Okay, I’ve done some pretty extensive reading in the forums without luck fixing this problem. On install I am getting the following errors:
1. Unable to connect to your database server.
2. Unable to select the database
I am installing an instance of EE Core as a test before migrating from Wordpress. I am installing core 1.6.4 onto the localhost on my HD as a testing environment, so I don’t have a hosting provider to call to check my server settings. Here are the basics of my system:
Mac OS 10.5
MySQL 5.0.45
PHP 5.2.5
Apache 2.0
EE Core 1.6.4
Please note I am currently running an instance of Wordpress on my localhost without error.
I filled out the dbtest.php and received the following response:
Warning: mysql_connect() [function.mysql-connect]: Can’t connect to local MySQL server through socket ‘/var/mysql/mysql.sock’ (2) in /Library/WebServer/Documents/ee/admin/utilities/dbtest.php on line 12
Unable to connect to your database server
Warning: mysql_select_db() [function.mysql-select-db]: Can’t connect to local MySQL server through socket ‘/var/mysql/mysql.sock’ (2) in /Library/WebServer/Documents/ee/admin/utilities/dbtest.php on line 28Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /Library/WebServer/Documents/ee/admin/utilities/dbtest.php on line 28
Unable to select your database
I have checked and double checked my usernames and passwords without change.
ensured there were no “$” in my passwords
changed databases just in case there was some kind of corruption
What can I try next to get up and running? Thank you for any help you can provide.
