问题提示:
ERROR 1418 (HY000) at line 6314: 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) SourceByrd's Weblog-https://note.t4x.org/error/MySQL-error-1418/
修复方法:
0 1 |
MariaDB [(none)]> SET GLOBAL log_bin_trust_function_creators = 1; Query OK, 0 rows affected (0.00 sec) |
申明:除非注明Byrd's Blog内容均为原创,未经许可禁止转载!详情请阅读版权申明!