active connection

Discussion in 'PHP' started by romeo2010, Apr 4, 2008.

  1. #1
    Can anyone tell me why i am getting thousand of this email
    my site has unlimted mysql connection opened,

    mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: User vipdesi_romeo has already more than 'max_user_connections' active connections
    /home2/desi/public_html/forums/includes/class_core.php on line 274
    
    MySQL Error  :
    Error Number :
    Date         : Friday, April 4th 2008 @ 12:50:14 PM
    Script       : http://www.xxxxxxxx.com/forums/forumdisplay.php?f=0&page=4
    Referrer     : http://www.xxxxxxxx.com/forums/year-2006-2007-movies/index3.html
    IP Address   : 195.229.236.213
    Username     :
    Classname    : vB_Database
    Code (markup):

     
    romeo2010, Apr 4, 2008 IP
  2. jayshah

    jayshah Peon

    Messages:
    1,126
    Likes Received:
    68
    Best Answers:
    1
    Trophy Points:
    0
    #2
    It simply means you have too many connections to this single MySQL database. You must raise the limit defined in max_user_connections.

    Jay
     
    jayshah, Apr 5, 2008 IP
  3. romeo2010

    romeo2010 Peon

    Messages:
    183
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3

    how do i do that ?
     
    romeo2010, Apr 5, 2008 IP