반응형
log_bin_trust_function_creators MySQL 함수 사용 변수설정
show global variables like 'log_bin_trust_function_creators';
SET GLOBAL log_bin_trust_function_creators=ON;
디폴트는 OFF 이므로 MySQL을 재시작하면 다시 쿼리를 날려주면된다.
ON으로 설정하면 function들을 사용 및 변경, 추가 그리고 삭제가 가능하다.
반응형
'Database > MySQL' 카테고리의 다른 글
데이터 중복 값 최신 1개 남기고 삭제 (0) | 2020.11.19 |
---|---|
group_concat 으로 저장된 값을 이용한 where in 조회 방법 (0) | 2020.07.23 |
[MySQL] 테이블의 컬럼이름을 Pojo클래스 형태로 생성해 주는 SQL (0) | 2019.12.11 |
Value '0000-00-00' can not be represented as java.sql.Timestamp (0) | 2019.11.12 |
Auto_increment 마지막 결과 얻기 (0) | 2019.11.11 |