Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

mysql set max connections

show variables like "max_connections";
set global max_connections =5000;
Source by www.linode.com #
 
PREVIOUS NEXT
Tagged: #mysql #set #max #connections
ADD COMMENT
Topic
Name
3+5 =