This is getting a bit RIDICULOUS - I have a ticket that hasn't been commented on in 3 days or so:
mysql_connect() [function.mysql-connect]: User poetjc has already more than 'max_user_connections' active connections
That's the database error I get many times a day for the past few weeks. Questions:
1. What is the limit of persistent connections I have with the Mocha account?
2. Can this limit be increased so that there is no further database errors?
Also - just curious - how many other people/websites are on the server that currently hosts JPiC Forum?
--------------------------
--------------------------
Now page loads after 45 seconds if I'm lucky at times... Other times are just fine. What is the deal? Something needs to be remedied here, because I haven't paid for the most elite MochaHost hosting package to only have database errors and slow loading pages
mysql_connect() [function.mysql-connect]: User poetjc has already more than 'max_user_connections' active connections
That's the database error I get many times a day for the past few weeks. Questions:
1. What is the limit of persistent connections I have with the Mocha account?
2. Can this limit be increased so that there is no further database errors?
Also - just curious - how many other people/websites are on the server that currently hosts JPiC Forum?
--------------------------
--------------------------
Now page loads after 45 seconds if I'm lucky at times... Other times are just fine. What is the deal? Something needs to be remedied here, because I haven't paid for the most elite MochaHost hosting package to only have database errors and slow loading pages
So MochaHost responds to my support ticket:
Hello,
The limit is set to 20 concurrent connections per user and the max server limit is 500. There are no more than 200 clients on the server on which you are being hosted.
We have advised in previous tickets that you need to look into optimizing your database in order to reduce the overhead associated with your database making persistent connections and executing slow queries. Did you check with your forum provide for more info on how to optimize your database structure?
The limit is set to 20 concurrent connections per user and the max server limit is 500. There are no more than 200 clients on the server on which you are being hosted.
We have advised in previous tickets that you need to look into optimizing your database in order to reduce the overhead associated with your database making persistent connections and executing slow queries. Did you check with your forum provide for more info on how to optimize your database structure?
Thanx,
Jacquii.
Comment