News:

Free Image Hosting:
http://image-host.developers-heaven.net
Share your images free!!!

Main Menu

ERROR 1040 (00000): Too many connections

Started by admin, March 11, 2011, 04:11:41 PM

Previous topic - Next topic

admin

If you got this error:
ERROR 1040 (00000): Too many connections
you need to increase your max_connections as:

mysql> set @@global.max_connections=5000;

if you want to see its value run:
select @@global.max_connections;