MySQL function 관련 에러 log_bin_trust_function_creators
어플리케이션에서 다른 쿼리들의 실행에는 문제가 없으나, function이 실행이 안되는 에러가 발생했다. 현상 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) 위와 같은 에러와 함께 function을 포함한 쿼리의 실행이 되지 않는 현상이다. 원인 구글링 해보니 MySQL 특정 버전대에서 Super 권한이 없는 user에게서 발생할 수 있는 문제이다.원인은 mysql global variable 중 log..