Skip to main content

Too Many Connections in phpMyAdmin and Sites Offline

Comments

5 comments

  • kodeslogic
    The following URL will help you to troubleshoot this issue further: [QUOTE]
    0
  • HostNoc
    Hi Can you please share the result of following Query SHOW VARIABLES LIKE 'max_connections'; Regards SAM
    0
  • cPRex Jurassic Moderator
    Whenever I run into any type of MySQL issue, the first thing I do is check and see what MySQL is actually doing in real-time with this command: mysqladmin proc status
    That will show you any active queries, and if any specific databases are having issues.
    0
  • PostAlmostAnything
    I increased the max connections and that seems to have done the trick.
    0
  • kodeslogic
    Glad you have it resolved.
    0

Please sign in to leave a comment.