show variables like "%max_connections%";
실행
max_connections 최대 접속수 확인가능
show status like "%connect%";
Aborted_connects: MySQL 서버에 접속이 실패된 수
Connections: 연결된 쓰레드 수
Max_used_connections: 최대로 동시에 접속한 수
Threads_connected: Thread Cache의 Thread 수
show status like '%thread%';
Threads_connected: 현재 연결된 Thread 수
Threads_created: 접속을 위해 생성된 Thread 수
Threads_running: Sleeping 되어 있지 않은 Thread 수
해결법
1. max_connection 변경
2. wait_timeout 변경
동접 많으면 wait_timeout을 늘려서 동시 nection 을 줄여주는것