Error establishing a database connection
-
Can someone please help me. I have error:
Warning: mysqli_real_connect(): (HY000/1045): Access denied for user ‘mybest01_art’@’localhost’ (using password: YES) in /home/mybest01/public_html/wp-includes/wp-db.php on line 1635
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/mybest01/public_html/wp-includes/wp-db.php on line 1667
Warning: mysql_connect(): Access denied for user ‘mybest01_art’@’localhost’ (using password: YES) in /home/mybest01/public_html/wp-includes/wp-db.php on line 1667
———————————————————-
Error on:
Do I need to change anything here?
1635:
mysqli_real_connect( $this->dbh, $host, $this->dbuser, $this->dbpassword, null, $port, $socket, $client_flags );1667:
if ( WP_DEBUG ) {
$this->dbh = mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, $new_link, $client_flags );Thanks
The page I need help with: [log in to see the link]
The topic ‘Error establishing a database connection’ is closed to new replies.