首页 > 数据库 > MySQL > 正文

mysql出现Error Code:1418 错误的解决办法

2024-07-24 12:55:56
字体:
来源:转载
供稿:网友

错误信息如下:

以下是引用片段:
error code : 1418
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)
(0 ms taken)

解决方法如下:

1. mysql> set global log_bin_trust_function_creators = 1;
2. 系统启动时 --log-bin-trust-function-creators=1
3. 在my.ini(linux下为my.conf)文件中 [mysqld] 标记后加一行内容为 log-bin-trust-function-creators=1

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表