Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- C lanuage
- java
- 해석
- C
- 자바
- 한글
- php
- H2O
- 개발자
- kakao
- 프래그먼트
- 컴퓨터과학총론
- javascript
- Portfolio
- MySQL
- it
- error
- techEmpower
- 구글
- 번역
- centOS7
- NGINX
- 안드로이드
- caddy
- server
- mariadb
- unity
- ubuntu
- android
- 개발
Archives
- Today
- Total
개발모음집
Setting event_scheduler to on in mysql5.7 본문
nano /etc/mysql/mysql.conf.d/mysqld.cnf
mysqld.cnf 파일에 가서 mysqld 부분에 아래와 같이 적어주고 재시작한다.
[mysqld]
event_scheduler=on
참고 : https://dba.stackexchange.com/questions/95143/how-to-turn-event-scheduler-on-permanently-in-mysql
'DB > RDBMS' 카테고리의 다른 글
조회할 때 row number 조회하는 방법 (0) | 2021.01.05 |
---|---|
mysql event_schedule query (0) | 2020.12.23 |
MYSQL Left Join COUNTS from multiple tables (0) | 2020.12.14 |
crontab 설정 파일 (0) | 2020.09.30 |
Could not create connection to database server. Attempted reconnect 3 times. Giving up. (0) | 2020.09.04 |