Too many database connections?
-
New Pligger
Too many database connections?
I have just started a recipe sharing site using Pligg 9.7 and it has been relatively easy for someone's who is not technical like myself. I read the forum as well as the documentation and installation was smooth. However, recently I have been experiencing a lot of database connections problems like too many open connections. I had 2 specific queries.
1. Are there reports of too many database connections? Is this a known issue?
2. It may sound a bit silly but how do I turn off errors in pligg?
Thanks in advance.
-
New Pligger
I think the problem occurs in Warning: mysql_query() [function.mysql-query]: Too many connections in /libs/dbtree.php on line 330
Any fixes?
-
Constant Pligger
One solution is
MySQL AB :: MySQL 5.0 Reference Manual :: B.1.2.6 Too many connections
The number of connections allowed is controlled by the max_connections system variable. Its default value is 100. If you need to support more connections, you should restart mysqld with a larger value for this variable.
increase the value of max_connections
Similar Threads
-
By wsswmansour in forum Questions & Comments
Replies: 4
Last Post: 08-12-2011, 07:06 AM
-
By wishmaster22 in forum Questions & Comments
Replies: 0
Last Post: 01-18-2009, 11:34 AM
-
By xenfra in forum Questions & Comments
Replies: 2
Last Post: 05-30-2008, 09:03 AM
-
By beelen35 in forum Questions & Comments
Replies: 1
Last Post: 05-19-2008, 05:29 AM
-
By warefare in forum Questions & Comments
Replies: 1
Last Post: 07-18-2007, 10:00 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules