Posts: 671
Threads: 29
Joined: Oct 2004
Reputation:
0
If you got a "Too many connections" error, then the only way for that to be resolved is if they ask their host to allow unlimited amounts of MySQL connections.
Rate me if I have helped you
I'm still trying to figure out what I'm going to do with MyBBThemes
Posts: 95
Threads: 8
Joined: Jun 2004
Reputation:
0
Or a high number. Alternatively you could use an external mysql server, maybe on another host which allows more connections and connect to that. Obviously you then add more data transfer across the internet into the equations so pages would somewhat slow down.
for($i=1;$i<=8;$i++)
{
$j = ($i < 4 || ($i > 4 && $i < 8)) ? $i . ' potato, ' : (($i == 8) ? 'more.' : '4, ');
echo $j;
}