วันจันทร์ที่ 13 มิถุนายน พ.ศ. 2559

[MYSQL] ERROR 1418 (HY000): THIS FUNCTION HAS NONE OF DETERMINISTIC

ERROR 1418 (HY000) at line 6735: 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)
 
mysql> SET GLOBAL log_bin_trust_function_creators = 1;

ใช้คำสั่งแก้ไข # vi /etc/my.cnf

เพิ่มบรรทัดนี้
[mysqld]
log_bin_trust_function_creators=1

เสร็จแล้ว restart mysql

ไม่มีความคิดเห็น:

แสดงความคิดเห็น