mysql查看和设置最大连接数时间:2023-03-09 20:09:21 1、查看最大连接数 SHOW VARIABLES LIKE '%max_connections%'; 2、修改最大连接数 SET GLOBAL max_connections = 200;