Kesalahan SQL 1040: Terlalu banyak koneksi

run : show variables like "max_connections";

by default mySQl handles 100 connections simultaneously.

to extend this run : set global max_connections = 200;
Hastings Keith