📅  最后修改于: 2022-03-11 15:05:00.360000             🧑  作者: Mango
run : show variables like "max_connections";
by default mySQl handles 100 connections simultaneously.
to extend this run : set global max_connections = 200;