方法一:
show variables like "max_connections" set GLOBAL max_connections=500
方法二:
修改mysql配置文件my.cnf,在[mysqld]段中添加或修改max_connections值:
max_connections=500
重启mysql服务即可。
方法一:
show variables like "max_connections" set GLOBAL max_connections=500
方法二:
修改mysql配置文件my.cnf,在[mysqld]段中添加或修改max_connections值:
max_connections=500
重启mysql服务即可。