同事在导入mysql文件时发生错误
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_creatorsvariable)
稍微查了一下,用
mysql> SET GLOBAL log_bin_trust_function_creators = 1;
命令就可以解决了

具体原因都是英文的,也没时间看
先记录下网址,以后再研究吧

http://dev.mysql.com/doc/refman/5.0/en/stored-procedure-logging.html

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-16
  • 2022-01-20
  • 2021-08-27
  • 2021-08-09
  • 2022-01-17
猜你喜欢
  • 2021-09-07
  • 2021-06-14
  • 2021-05-23
  • 2021-09-30
  • 2022-01-02
  • 2021-05-21
相关资源
相似解决方案