Solution for: #113: WordPress: "Error establishing a database connection"
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.