#113: WordPress: "Error establishing a database connection"
On a Mac OS 10.5 system, I got the above error.
define('DB_HOST', 'localhost:/tmp/mysql.sock');
- hannes on April 14, 2011, 12:46 PM UTC
Use define('DB_HOST', 'localhost:/tmp/mysql.sock'); instead of the standard 'localhost' setting.