• Hi
    I duplicated WP folder & db to another server with different ip address, wed page cannot open, so I changed ‘WP_DEBUG’, to true , then it shows “Warning: mysql_connect(): Host ‘192.168.8.8’ is not allowed to connect to this MySQL server in /var/zpanel/hostdata/osyncehk/public_html/wp-includes/wp-db.php on line 1141

    then I look up line 1141

    $this->dbh = mysql_connect( $this->dbhost, $this->dbuser, $this->dbpassword, $new_link, $client_flags );
    } else {
    I have other wordpress site doing the same thing and they all are working, only this site cannot , when I saw 192.168.8.8 make me think of this server is a KVM, will it be affecting, if so any chance to solve, I am very new in wordpress.

    please help !!! Thank you in advance

  • The topic ‘cannot access web error on wp-db.php on line 1141’ is closed to new replies.