자꾸 까먹어서...
SET GLOBAL time_zone='Asia/Seoul';
SET time_zone='Asia/Seoul';
select @@global.time_zone, @@session.time_zone;
set global wait_timeout=30;
set global max_connections=500;
show global variables like 'wait_timeout';
show variables like 'general%';
show variables like 'interactive%';
SHOW VARIABLES LIKE '%max_connection%';
SHOW STATUS LIKE 'Threads_connected';
show processlist;
show full processlist;
explain 쿼리 성능 측정
'Game Programming' 카테고리의 다른 글
K-POP meme share Popnme! (0) | 2023.05.14 |
---|---|
AI 생성 콘텐츠 상업화 이용은 필요하다. (0) | 2023.05.12 |
KAKAOMAP android sdk에는 Zoomable이 없다. (0) | 2023.04.05 |
docker 사용시 golang 외부 웹API사용 (0) | 2023.03.13 |
kakaomap android removePOIItem 이슈, (0) | 2023.03.12 |