标签:
SELECT @@MAX_CONNECTIONS AS ‘Max Connections‘;set GLOBAL max_connections=10000;
show status like ‘%thread%‘;
mysql报错max_connections错误
原文地址:http://www.cnblogs.com/deepbreath/p/5524819.html