• Hello,

    When I try to access my database I keep receiving a Error code: 404. I just all of the sudden can not access my wordpress any longer. Please help I have no idea what happened or how to fix this issue.

Viewing 1 replies (of 1 total)
  • When you try to access your database? As in phpMyAdmin? Depending on whether XAMPP/WAMP, you can try to access the db from the command line:

    c:\xampp\mysql\bin\mysql.exe -u USER -pPASSWORD DATABASE_NAME -q "SELECT * FROM wp_posts"

    Otherwise, if you mean that’s what you see when you view your WordPress site, did your databse credentials change at all. Try to access it through the command-line to make sure that’s still ok.

Viewing 1 replies (of 1 total)

The topic ‘Database connection failure error code 404’ is closed to new replies.