当前位置 : 主页 > 编程语言 > java >

MySQL常用命令

来源:互联网 收集:自由互联 发布时间:2022-08-10
查看超时释放 show variables where variable_name like '%timeout' 查看链接数 show processlist show full processlist 查看最大连接数 show variables like '%max_connections%' 修改最大连接数 set GLOBAL max_connections = 20


查看超时释放

show variables where variable_name like '%timeout'

查看链接数

show processlist
show full processlist

查看最大连接数

show variables like '%max_connections%'

修改最大连接数

set GLOBAL max_connections = 200;

参考博客

[1]


上一篇:notify和notifyAll的区别
下一篇:没有了
网友评论