mysql调整最大连接数

mysql设置连接数调整
#连接数配置
show variables like '%max_connections%';
set GLOBAL max_connections=5000;
set GLOBAL mysqlx_max_connections=5000;

 

posted @ 2022-01-18 16:24  陈彦斌  阅读(56)  评论(0编辑  收藏  举报