toxicious Posted May 25, 2012 Posted May 25, 2012 How many simultanious connections are allowed on a free account to the MySQL db? I'm getting quite some "Too many connections errors" and it is not the code that is faulty.
potatoboy2 Posted May 29, 2012 Posted May 29, 2012 I seem to be having the same problem. I have one script and one user accessing one database, and I get this error, which doesn't seem right to me, especially since the script is phpbb, which I wouldn't think would have SQL connection errors.
toxicious Posted May 30, 2012 Author Posted May 30, 2012 I seem to be having the same problem. I have one script and one user accessing one database, and I get this error, which doesn't seem right to me, especially since the script is phpbb, which I wouldn't think would have SQL connection errors. I got an answer from a mod, it is 4. Too little to have a site with a mysql backend
potatoboy2 Posted May 30, 2012 Posted May 30, 2012 Yeah... That's a bummer... Would it be possible to change it, because that means only 4 users are able to actually connect at a time, which makes it pretty much impossible to use anything like phpbb, or wordpress successfully. I guess the easiest thing might be to just use another SQL service out there instead for the databases, and to connect to that service from the website hosted here...
Recommended Posts