0
点赞
收藏
分享

微信扫一扫

This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary log


mysql错误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)解决

创建函数时出现错误如下:

This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary log_解决方案

 解决方案:   


set global log_bin_trust_function_creators=TRUE;


This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary log_java_02

 函数创建OK

This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary log_mysql错误_03

 

举报

相关推荐

SQL_LOG_BIN

0 条评论