I struggled with this as well.
Try this as your host in wp-config.php:
localhost:/tmp/mysql5.sock
So you should have a line in wp-config.php like this:
define(‘DB_HOST’, ‘localhost:/tmp/mysql5.sock’);
Worked for me.
cheers.
marc
I struggled with this as well.
Try this as your host in wp-config.php:
localhost:/tmp/mysql5.sock
So you should have a line in wp-config.php like this:
define(‘DB_HOST’, ‘localhost:/tmp/mysql5.sock’);
Worked for me.
cheers.
marc