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
- maVen
- ssh
- vscode
- JavaScript
- 줄바꿈 문자
- context
- lsof
- tomcat
- import
- bash
- Eclipse
- plugin
- Windows 10
- IntelliJ
- netsh
- port
- xargs
- grep
- 네트워크
- resource
- profile
- VirtualBox
- Source
- Quartz
- web.xml
- GIT
- 단축키
- Mac
- find
- Windows
Archives
- Today
- Total
develog
[MySql] event 설정 본문
root 계정으로 실행
이벤트 사용 ON
SET GLOBAL event_scheduler = ON; |
이벤트 사용 OFF
SET GLOBAL event_scheduler = OFF; |
event 사용중인지 확인
SELECT @@GLOBAL.EVENT_SCHEDULER; |
Comments