修改Mysql最大连接数据

在一些场景里,哪采集的时候,我们希望Mysql有很大的连接数据

🕐
# 设置
set global max_connections=500;
# 查看
show variables like '%max_connections%';