본문 바로가기
MySQL

Connection 수 관련 명령어

by GoodDev 2023. 8. 23.

mysql> show variables like '%max_connections%';

mysql> show status like 'Max_used_connections';

mysql> set global max_connections=500;

댓글