본문 바로가기

MySQL

[Mysql] Function 에러 : This function ha none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and bin...

Mysql Version 5에서 8로 버전 업데이트시

위와 같은 에러가 이슈가 났음.

SHOW global variables LIKE 'log_bin_trust_function_creators';

로 조회후 value 값이 OFF 일 경우

SET GLOBAL log_bin_trust_function_creators = ON; 

ON 상태값으로 변경