用到的命令行:
show status like ‘Threads%‘;
show variables like ‘%max_connections%‘;
show global status like ‘Max_used_connections‘;
所以可以在mysql 命令行 尝试下重新设置以下最大连接数
set global max_connections=1000;
原文地址:https://www.cnblogs.com/XiaoYEBLog/p/12272774.html
时间: 2025-01-22 13:16:54