解决方法
1.登录mysql进行查看
Mysql –uroot –p123456
mysql> show variables like'%max_connections%';
+------------...-----+-------+
| Variable_name | Value |
+-----------------+-------+
| max_connections | 151 |
+--...修改mysql数据库默认的最大连接数
方法一
修改mysql的主配置文件/etc/my.cnf
[mysqld]部分添加
“max_connections=1000(这个根据实际的需要来进行设置即可)”...", (gptr*) &max_connections,
(gptr*) &max_connections, 0, GET_ULONG, REQUIRED_ARG, 100, 1, 16384, 0...", (gptr*) &max_connections,
(gptr*) &max_connections, 0, GET_ULONG, REQUIRED_ARG, 1500, 1, 16384,