显示数据库连接:show full processlist

显示最大连接数:show variables like 'max_connections';

修改配置文件:/etc/my.cnf     修改最大连接数:[mysqld] 下面添加 max_connections=1024

查看状态 :service mysql status  重启:service mysql restart

 

相关文章:

  • 2021-09-13
  • 2021-12-02
  • 2021-06-05
  • 2022-01-14
  • 2021-12-23
  • 2021-06-05
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
  • 2021-08-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案