Mysql Too many connections
时间:2020-05-08 13:03:54
收藏:0
阅读:60
Linux环境下:
打开配置文件 添加一下配置 vi /etc/my.cnf 并新增以下配置
max_connections=1000
然后重启mysql服务
原文:https://www.cnblogs.com/arebirth/p/mysqlconnecttomany.html
评论(0)