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 |
Tags
- notifications
- 안드로이드 알림
- 버전별 관리
- 안드로이드 알림채널
- 펜딩인텐트
- notification manager
- 알림 인텐트
- setContentIntent
- notification channel
- setDefaults(NotificationCompat.DEFAULT_ALL)
- android notification 예제
- setPriority(NotificationCompat.PRIORITY_HIGH)
- 알림 우선순위
- 안드로이드 알림 예제
- NotificationCompat.Builder
- Pending Intent
Archives
- Today
- Total
공부용 블로그
mysql "too many connection" error 본문
max_connection 확인
# show variables like 'max_connections';
최대 동시접속자 수 확인
# show status like 'max_used_connections';
최대 동시접속자 수 설정
# set global max_connections=숫자;
'설계 > WebServer' 카테고리의 다른 글
JVM 이란 (0) | 2018.10.13 |
---|---|
Jmeter 테스트 오류 (0) | 2018.10.11 |
FastCGI (0) | 2018.10.02 |
Context Switching (0) | 2018.10.02 |
Web Server Architecture 마인드맵 (0) | 2018.09.30 |