1. 首页
  2. 数据库
  3. 其它
  4. mysql too many connections 错误 之 mysql解决方法

mysql too many connections 错误 之 mysql解决方法

上传者: 2021-05-03 05:33:52上传 PDF文件 50KB 热度 16次
解决方法是修改/etc/mysql/my.cnf,添加以下一行: set-variable = max_connections=500 或在启动命令中加上参数 max_connections=500 就是修改最大连接数,然后重启mysql.默认的连接数是100,太少了,所以容易出现如题错误. 以下是mysql.com网站的相关说明: If you get a Too many connections error when you try to connect to the mysqld server, this means that all available connections are
用户评论