본문 바로가기
etc

[MySQL] Error Code 1418

by Sonagiya 2023. 4. 26.
728x90
반응형

함수를 만드려고 할때 오류가 발생합니다.

Error Code: 1418. This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)

 

함수를 만들기 위해 아래와 같이 권한 설정이 필요합니다.

SET GLOBAL log_bin_trust_function_creators = 1;
반응형

댓글