please help on database error -- Too many connections

Discussion in 'MySQL' started by saadessa, Jul 29, 2009.

  1. #1
    i have grt many errors


    Database error in vBulletin :

    mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Too
    many connections
    /home/saad6/public_html/includes/class_core.php on line 311
    
    PHP:
    any body now how disolve
     
    saadessa, Jul 29, 2009 IP
  2. mioot

    mioot Peon

    Messages:
    169
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Just restart the mysql database alone to fix the issue and then open a ticket with vBulletin for this problem.
     
    mioot, Jul 30, 2009 IP
  3. RHS-Chris

    RHS-Chris Well-Known Member

    Messages:
    1,007
    Likes Received:
    35
    Best Answers:
    10
    Trophy Points:
    150
    #3
    This is a setting within MySQL on the server, which limits the number of open connections. Do you have full root access to the server? If so, increase the max_connections variable. Be careful though, as going to high, could slow your server down to a crawl.
     
    RHS-Chris, Jul 30, 2009 IP
  4. saadessa

    saadessa Member

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #4
    mioot

    thank you for help
     
    saadessa, Jul 30, 2009 IP
  5. saadessa

    saadessa Member

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #5

    RHS-Chris

    thank you for help
     
    saadessa, Jul 30, 2009 IP
  6. -X- Manager

    -X- Manager Greenhorn

    Messages:
    97
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    18
    #6
    That will be good with some editing parameters in my.ini file
     
    -X- Manager, Jul 30, 2009 IP
  7. findonline

    findonline Peon

    Messages:
    149
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Yes, just boost up your max connections in your my.conf file (or my.ini) and you should be good to go.
     
    findonline, Jul 30, 2009 IP