Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

SQL Error 1040 : Too many connections

run : show variables like "max_connections";

by default mySQl handles 100 connections simultaneously.

to extend this run : set global max_connections = 200;
 
PREVIOUS NEXT
Tagged: #SQL #Error #Too #connections
ADD COMMENT
Topic
Name
8+8 =