sallet
mysql -h192.168.1.27 -P3306 -uroot -proot

显示最大连接数
show variables like \'%max_connections%\';
设置最大链接数
set global max_connections=2000;//默认100--只对当前进程有效,服务重启还是100


2、修改my.ini 文件

 

分类:

技术点:

相关文章: