摘要:
转载: https://www.cnblogs.com/dragonsuc/p/5512797.html#top mpstat -P ALL 和 sar -P ALL 说明:sar -P ALL > aaa.txt 重定向输出内容到文件 aaa.txt 经常用来监控linux的系统状况,比如cpu、 阅读全文
摘要:
1. show global status 查看所有状态 (可省略) 2. SHOW VARIABLES LIKE 'max_connections' (查找最大连接数),然后修改 my.cnf 文件中 max_connections 的值 为1500 3.重启mysql sudo service 阅读全文