too many connections
-
steps
-
list connections and kill it
mysql> show processlist; ... mysql> kill 111111;
-
config
$ nano /etc/my.cnf max_connections=1000 wait_timeout=5
-
steps
list connections and kill it
mysql> show processlist;
...
mysql> kill 111111;
config
$ nano /etc/my.cnf
max_connections=1000
wait_timeout=5