Warning: mysqli_real_connect(): (HY000/1045): Access denied for user 'sitename'@'localhost' (using password: YES) in C:\xampp\htdocs\sitename\wp-includes\wp-db.php on line 1489
Warning: mysql_connect(): Access denied for user 'sitename'@'localhost' (using password: YES) in C:\xampp\htdocs\sitename\wp-includes\wp-db.php on line 1515
line 1489:mysqli_real_connect( $this->dbh, $host, $this->dbuser, $this->dbpassword, null, $port, $socket, $client_flags );
line 1515:$this->dbh = mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, $new_link, $client_flags );