Correct the DB_HOST entry in wp-config.php like:
define('DB_HOST', 'localhost:/var/lib/mysql/mysql.sock');
The file path of mysql.sock it varies according to your os / setup. So make it correct accordingly.
define('DB_HOST', 'localhost:/var/lib/mysql/mysql.sock');
The file path of mysql.sock it varies according to your os / setup. So make it correct accordingly.