• Resolved maryandpaul

    (@maryandpaul)


    I changed my WordPress database password on GoDaddy. When I tried to access my WordPress Admin application I got “Error establishing a database connection”. So I changed the password back to the original but still get the message. Also, when I now try to access my WordPress application (non-admin) I get “The website cannot display the page”

Viewing 7 replies - 1 through 7 (of 7 total)
  • You have to match the password in wp-config.php

    /** MySQL database password */
    define('DB_PASSWORD', 'yourpasswordhere');
    Thread Starter maryandpaul

    (@maryandpaul)

    I’ve checked my password in my wp-config.php and it does match the DB password. I’m able to FTP with that password but still get “Error establishing a database connection” when I try to enter reckonthat.org/wp-admin. I even reentered the password in wp-config.php but the problem persists.

    Change your database password again, to another known value, and then update the DB_PASSWORD in the wp-config.php file. Make sure that the wp-config.php file has the correct DB_NAME, DB_USER, and DB_HOST values also.

    Note that FTP is a different animal than your database…

    Thread Starter maryandpaul

    (@maryandpaul)

    I canged my DB password and verified DB_NAME and DB_HOST. The problem still exists. I’ve contacted GoDaddy tech support and am waiting for a reply.

    Thread Starter maryandpaul

    (@maryandpaul)

    GoDaddy says that they are able to access my application thru their software and that it must be a coding problem. I haven’t changed my code. I only changed the DB password. It was then that the problem occured. HELP!!

    I’ve done something similar.

    I’ve changed the config password and now I can’s access the Database.

    I then tried changing the password in the database to match the config password and I can’t get the two to talk to each other – HELP!

    https://www.upperrissington.co.uk

    Sorted my problem!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can’t Access My WordPress Application’ is closed to new replies.