None of these worked for me… Does anyone have a better solution. I still cannot connect to database: Error establishing a database connection.
My dbname, username and password are ok. But with local host I have problems
I already tried all of the above mentioned solutions and the following localhost names:
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost:8889’);
/** MySQL hostname */
define(‘DB_HOST’, ‘Localhost’);
/** MySQL hostname */
define(‘DB_HOST’, ‘Localhost:8889’);
/** MySQL hostname */
define(‘DB_HOST’, ‘/tmp/mysql.sock’);
/** MySQL hostname */
define(‘DB_HOST’, ‘/Applications/MAMP/tmp/mysql/mysql.sock’);
/** MySQL hostname */
define(‘DB_HOST’, ‘Localhost:8889’);
I’m really puzzled ??