Skip to content

함수 작성

  1. 권한 조회
    SHOW VARIABLES LIKE '%log_bin_trust_function_creators%';
  2. 1의 결과가 OFF 일 때는 권한 설정이 필요하다.
    SET GLOBAL log_bin_trust_function_creators = 1;