Mysql Too many connections
1 2 3 4 5 6 |
#show variables like 'max_connections' 查询最大连接 #show status like 'Threads%';查看当前线程状态 #set global max_connections=1400; 设置最大连接 #show processlist; 查询现有连接 #SHOW TABLE STATUS FROM 库名LIKE '表名' 查看某张表的状态 #show status; -- 显示一些系统特定资源的信息,例如,正在运行的线程数量。 |
©版权声明:本文为【翰林小院】(huhanlin.com)原创文章,转载时请注明出处!
发表评论