MySQL

Connection 수 관련 명령어

GoodDev 2023. 8. 23. 11:29

mysql> show variables like '%max_connections%';

mysql> show status like 'Max_used_connections';

mysql> set global max_connections=500;