※本篇內文資訊參考如下※
- -
※更新文章日期: 2019-01-25
max_connections 151 xampp 提升MYSQL連線數量
–
預設值
max_connections 151 xampp
修改MY.INI
# The MySQL server
[mysqld]要加在這個底下才會生效
max_connections=2000
port = 3306
show status like ‘%connect%’; 查看目前連線數
show variables like ‘max%’; 查看連線數設置