Tag: MySQL

  • MySQL log_bin_trust_function_creators error

    Recently I got these 2 MySQL errors. ERROR 1418 (HY000): 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) And ERROR 1419 (HY000): You do not have the SUPER privilege and binary logging is…