集团网站设计专业团队/信息流广告优化
首先登录mysql终端,查看一下mysql的日志文件存放位置。 show global variables like log。
若没有其他错误mysql终端,通过输入show variables like max_connections,查看最大连接数。
show variables like 'max_connections' 查看数据库的连接数
set GLOBAL max_connections=400 修改对应的连接数
https://jingyan.baidu.com/article/fc07f989c5c6bd52fee5192c.html