Erreur SQL 1040: trop de connexions
run : show variables like "max_connections";
by default mySQl handles 100 connections simultaneously.
to extend this run : set global max_connections = 200;
Hastings Keith