WEB开发网
开发学院数据库MySQL mysql出现Error Code:1418 错误的解决办法 阅读

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

 2008-10-07 11:10:28 来源:WEB开发网   
核心提示:错误信息如下:以下是引用片段:ErrorCode:1418ThisfunctionhasnoneofDETERMINISTIC,NOSQL,orREADSSQLDATAinitsdeclarationandbinaryloggingisenabled(you*might*wanttousethelesssafelog_

错误信息如下:

以下是引用片段:
ErrorCode:1418
ThisfunctionhasnoneofDETERMINISTIC,NOSQL,orREADSSQLDATAinitsdeclarationandbinaryloggingisenabled(you*might*wanttousethelesssafelog_bin_trust_function_creatorsvariable)
(0mstaken)

解决方法如下:

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

Tags:mysql 出现 Error

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接