1.打开cmd,进入mysql盘,进入mysql所在文件夹,进入bin文件夹
2.输入net start mysql启动MySQL服务
3.输入
show variables like ‘%max_connections%‘;
4.结果显示:
5.设置最大连接数:
set global max_connections=1000;
6.启动tomcat,ok
时间: 2024-10-12 12:41:57
1.打开cmd,进入mysql盘,进入mysql所在文件夹,进入bin文件夹
2.输入net start mysql启动MySQL服务
3.输入
show variables like ‘%max_connections%‘;
4.结果显示:
5.设置最大连接数:
set global max_connections=1000;
6.启动tomcat,ok