标签:max_connections
查看当前连接数:
查看mysql配置的最大连接数(默认为151):
show variables like ‘max_connections‘;
修改连接数(建议设为600,即1000以内):
max_connections = 600:wq
Mysql连接数不够(报错连接数太多)
原文地址:http://blog.51cto.com/yangzhiming/2083913