当前位置: 代码迷 >> 综合 >> mysql ERROR 1040: Too many connections
  详细解决方案

mysql ERROR 1040: Too many connections

热度:13   发布时间:2023-12-10 18:21:26.0

http://www.111cn.net/database/mysql/51934.htm


 mysql> show variables like 'max_connections';


 mysql> show global status like 'max_used_connections';

  相关解决方案