• This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.

    what’s wrong with this?
    anyone can help?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Either your username/password combo in the wp-config.php file is wrong, or the server info is wrong, or the server is down.

    Are you sure you’re pointing to the right location for the DB server?

    check wp-config.php in your wordpress installation. There will be line such as :

    define('DB_NAME', '???');
    
    /** MySQL database username */
    define('DB_USER', '???');
    
    /** MySQL database password */
    define('DB_PASSWORD', '???');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost');

    cek whether you put the correct username and password

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error establishing a database connection’ is closed to new replies.