• Hi,

    My site https://vyapaari.in gives me the error “ERROR ESTABLISHING DATABASE CONNECTION” for every 10 mins.. Every time i have to restart mysql server again. I’ve tried every thing, repairing database, optimizing it. but non of them work. There is no problem with the wp-config file, i dont know what crashes only mysql server every time. is it due to the max connections ? i am not sure . can anyone Please help me to get rid of this problem.

    I am hosting wordpress on linode (linux).

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    Error connecting to your database: You are getting this error because WP is unable to establish a database connection. Reason why WP is unable to establish a database connection can vary. It could be that your database login credentials are wrong or have been changed. It could be that your database server is unresponsive. It could be that your database has been corrupted. Also, There could be other factors as well.

    To troubleshooting this problem:
    – double check your wp-config.php file settings for the database name, database username and database password, and the host name (e.g., “localhost” Vs. something else). This is where most errors occur.
    – Then make sure wp-config.php is in right location.
    – Then check that you don’t need to change the database host from “localhost” to something else. You can get that info from your hosting provider.
    – Check you have actually created a database with the same database name as is in your wp-config.php file.
    – Last, but not least, if all that information is correct your database probably has a problem with it, and you may need to contact your hosting provider if the database server is online / if they have any other problem at their end, or they made any changes to your account, or if there are any limitations/restrictions, or if the hosting package is set to Windows and not Linux, etc.
    – There are also many threads on this topic on these forums: https://www.ads-software.com/search/Error+establishing+a+database+connection?forums=1

    Thread Starter sugurkarthik

    (@sugurkarthik)

    thanks a lot for replying so quickly, i triple checked all the basic configuration.. when i restart mysql through command line im getting

    Checking for tables which need an upgrade, are corrupt or were not closed cleanly..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘database crashes every 10 mins’ is closed to new replies.