Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Selenium
- YOLO
- 기타 연주
- Python
- C#
- 핑거스타일
- C++
- paramiko
- Numpy
- Docker
- LIST
- mysql
- 프로그래머스
- windows forms
- pytorch
- ubuntu
- error
- C
- pip
- VS Code
- Linux
- Visual Studio
- 명령어
- 오류
- label
- pandas
- 채보
- SSH
- OpenCV
- JSON
Archives
- Today
- Total
기계는 거짓말하지 않는다
MySQL max connection 설정, 현재 connection 확인 본문
최대 커넥션 확인
SHOW VARIABLES LIKE "max_connections";
최대 커넥션 설정
SET GLOBAL max_connections = 200;
현재 커넥션 확인
SHOW PROCESSLIST;
'DB > MySQL' 카테고리의 다른 글
MySQL Server Ubuntu 설치 시 Job for mysql.service failed because the control process exited with error code. 오류 (0) | 2024.07.26 |
---|---|
MySQL hyphen(-) 포함 쿼리 (0) | 2023.05.27 |
MySQL Workbench Restore Workspace 오류 (0) | 2023.01.08 |
MySQL error code: 1175 update, delete 오류 (0) | 2022.08.05 |
MySQL Trigger (0) | 2021.07.17 |
Comments