Go to wp-include/wp-db.php Line no 1515
find this code
$this->dbh = mysql_connect
and replace
$this->dbh = @mysql_connect(
Go to wp-include/wp-db.php Line no 1515
find this code
$this->dbh = mysql_connect
and replace
$this->dbh = @mysql_connect(