码迷,mamicode.com
首页 > 其他好文 > 详细

log_bin_trust_function_creators错误解决

时间:2014-07-02 22:48:29      阅读:297      评论:0      收藏:0      [点我收藏+]

标签:http   art   html   cti   io   line   

log_bin_trust_function_creators错误解决
 
当有mysql本地或远程建立function或procedure时报上面的错误 
经试验是log_bin_trust_function_creators值为off导致 
 
设置: 
 
1
set global log_bin_trust_function_creators=1;

 

 
但重启后失效 
 
永久解决方案 
1
2
3
windows下my.ini[mysqld]加上log_bin_trust_function_creators=1

log_bin_trust_function_creators错误解决,布布扣,bubuko.com

log_bin_trust_function_creators错误解决

标签:http   art   html   cti   io   line   

原文地址:http://www.cnblogs.com/best-jobs/p/3818927.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!