方法一:
打开cmd,用"mysql -u root -p;"命令进入mysql,
输入命令:show variables like "max_connections" 显示最大连接数
更改最大连接数 : set global max_connections = 5000
方法二:
在my.ini加上
max_connections=5000
方法一:
打开cmd,用"mysql -u root -p;"命令进入mysql,
输入命令:show variables like "max_connections" 显示最大连接数
更改最大连接数 : set global max_connections = 5000
方法二:
在my.ini加上
max_connections=5000