SHOW VARIABLES LIKE '%log_bin_trust_function_creators%'; -- 확인 SET GLOBAL log_bin_trust_function_creators = 1; -- 프로시저/함수 생성가능하도록 변경.
SELECT * FROM information_schema.ROUTINES