함수 작성
함수사용 권한부여
Section titled “함수사용 권한부여”- 권한 조회
SHOW VARIABLES LIKE '%log_bin_trust_function_creators%';
- 1의 결과가 OFF 일 때는 권한 설정이 필요하다.
SET GLOBAL log_bin_trust_function_creators = 1;
SHOW VARIABLES LIKE '%log_bin_trust_function_creators%';SET GLOBAL log_bin_trust_function_creators = 1;