mysql报错max_connections错误

SELECT @@MAX_CONNECTIONS AS 'Max Connections';

set GLOBAL max_connections=10000;

show status like '%thread%';

原文地址:https://www.cnblogs.com/deepbreath/p/5524819.html