Too many connection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • crs27
    New Member
    • Jul 2007
    • 40

    Too many connection

    Hai,

    I would like to know to how to increase pool(Connection s) size in Mysql Adminstrator Browser.

    Im getting "Too many connections.. Connection Timed out"


    Thanks in advance.
  • mwasif
    Recognized Expert Contributor
    • Jul 2006
    • 802

    #2
    Increase max_connections value in mysql configuration file (my.cnf/my.ini) and restart mysql.
    For reference http://dev.mysql.com/doc/refman/5.0/en/too-many-connections.htm l

    Comment

    • crs27
      New Member
      • Jul 2007
      • 40

      #3
      Originally posted by mwasif
      Increase max_connections value in mysql configuration file (my.cnf/my.ini) and restart mysql.
      For reference http://dev.mysql.com/doc/refman/5.0/en/too-many-connections.htm l
      thanks for the reply .

      Comment

      Working...