SELECT @@MAX_CONNECTIONS AS ‘Max Connections‘;
set GLOBAL max_connections=10000;
show status like ‘%thread%‘;
时间: 2024-12-08 06:12:06
SELECT @@MAX_CONNECTIONS AS ‘Max Connections‘;
set GLOBAL max_connections=10000;
show status like ‘%thread%‘;