Schedule Event 조회
select * from information_schema.events;
Schedule Event 활성화 여부 확인
show variables like 'event%';
set global event_scheduler=ON; #event_scheduler 사용
set global event_scheduler=OFF; #event_scheduler 사용안함
참조 게시물 link
https://pinokio0702.tistory.com/85
'데이터베이스' 카테고리의 다른 글
MySQL 테이블 생성 Query 확인 (0) | 2022.01.26 |
---|---|
[MySQL]대용량 데이터 처리 Option (innodb_buffer_pool_size) (0) | 2021.10.16 |
MySQL WorkBench Configuration file 경로 (0) | 2021.05.31 |
MSSQL에서 SELECT Query에 사용한 declare syntax를 MySQL 사용하기 (0) | 2021.05.09 |
MSSQL Left PAD 구현 (0) | 2021.01.29 |