์ํฉ
ํจ์๋ฅผ ์์ฑํ๋ ค๊ณ ํ์ผ๋ ์๋์ ๊ฐ์ ์๋ฌ๋ฉ์์ง๊ฐ ๋ฐ์ํจ.
์๋ฌ๋ฉ์์ง
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)
ํด๊ฒฐ
DB์ root๋ก ์ ์ํ์ฌ ์๋ ์ฟผ๋ฆฌ๋ฅผ ์ํํด์ฃผ๊ณ ์ฌ์์ฑ
SET GLOBAL log_bin_trust_function_creators = 1;