Skip to main content

Error establishing database connection issues

Comments

4 comments

  • GOT
    Sounds like your mysql service might be going down. I would check that.
    0
  • cPRex Jurassic Moderator
    As you've said, it wouldn't make any sense for all the passwords on the system to be wrong at the same time, so it is likely something with the main MySQL server. If you check the system during the time where you experience those errors on the sites, do you see anything out of the ordinary? You could check the MySQL logs, which by default are located in /var/lib/mysql/hostname.err, or you can run this command to see what MySQL is doing in real-time: mysqladmin proc status
    as that would tell you if it's hitting any limits or if it is offline completely.
    0
  • Orlazdgreat
    Thanks i have got this fixed by my providers.
    0
  • cPRex Jurassic Moderator
    I'm glad they were able to get this issue resolved - do you know what the root cause of the issue was?
    0

Please sign in to leave a comment.