mysql默认数是100,一般流量稍微大一点就会l链接数过大;
查看连接数: show variables like '%max_connections%';修改最大连接数: set GLOBAL max_connections=1024;