刘政道 - 应用程序框架

《31天学会CRM项目开发(C#编程入门及项目实战)》作者,IT经理,程序员
  博客园  :: 新随笔  :: 联系 :: 管理

恢复MySQL数据库创建存储过程是遇到错误

Posted on 2011-07-12 11:44  刘政道  阅读(261)  评论(0编辑  收藏  举报
恢复MySQL数据库创建存储过程是遇到错误

you *might* want to use the less safe log_bin_trust_function_creators variable

需要执行

 

SET GLOBAL log_bin_trust_function_creators = 1;