MySQL的一些系统配置 qingteng 2023-01-28 44 阅读1分钟 MySQL限制的最大连接数: show variables like '%connections%'; MySQL当前连接数: show status like 'Threads%';