Menu
首页
搜索
SpringBoot
Vue
Vant
Python
Android
Harmony
InnoDB
最大连接数
关注
发信
关注(28)
粉丝(399)
动态
文章
图片
mysql最大连接数问题
进入mysql系统就,
查询最大连接数:show variables like 'max_connections';
修改最大连接数:set global max_connections=1000;
05-07 15:49