ISP Driver Error?Line: 131 of /ips_kernel/class_db_mysql.php

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thaqalainnaqvi@gmail.com

    ISP Driver Error?Line: 131 of /ips_kernel/class_db_mysql.php

    IPB WARNING [2] mysql_connect() [function.mysql-connect]: Too many
    connections (Line: 131 of /ips_kernel/class_db_mysql. php)



    There appears to be an error with the database.
    You can try to refresh the page by clicking here.

    Error Returned


    SQL error: Too many connections
    SQL error code:
    Date: Saturday 17th of June 2006 02:44:59 PM

    We apologise for any inconvenience

    Why I am getting this error?

  • Erland Sommarskog

    #2
    Re: ISP Driver Error?Line: 131 of /ips_kernel/class_db_mysql. php

    (Thaqalainnaqvi @gmail.com) writes:[color=blue]
    > IPB WARNING [2] mysql_connect() [function.mysql-connect]: Too many
    > connections (Line: 131 of /ips_kernel/class_db_mysql. php)
    >
    > There appears to be an error with the database.
    > You can try to refresh the page by clicking here.
    >
    > Error Returned
    >
    >
    > SQL error: Too many connections
    > SQL error code:
    > Date: Saturday 17th of June 2006 02:44:59 PM
    >
    > We apologise for any inconvenience
    >
    > Why I am getting this error?[/color]

    Obviously because you have too many connections open to your server,
    that much I can tell.

    But since I know neither MySQL, nor PHP, I can't say whether this is
    due to a configuration problem on the MySQL side, or if there is some
    maltreatment of any connection pooling on the PHP side.

    In any case, your chances for more a useful answer are a lot better
    if you ask in comp.databases. mysql or any other forum devoted to MySQL.
    This newsgroup here is about Microsoft SQL Server, which is a completely
    different product.


    --
    Erland Sommarskog, SQL Server MVP, esquel@sommarsk og.se

    Books Online for SQL Server 2005 at

    Books Online for SQL Server 2000 at

    Comment

    Working...