bitscn.com
error 1418 (hy000): this function has none of deterministic, no sql, or reads sq
l 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;
在mysql中只需要执行这一句话即可
java代码
set global log_bin_trust_function_creators = 1;
bitscn.com