Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1145659
  • 博文数量: 341
  • 博客积分: 12744
  • 博客等级: 上将
  • 技术积分: 4040
  • 用 户 组: 普通用户
  • 注册时间: 2008-05-12 09:34
文章分类
文章存档

2014年(1)

2013年(10)

2012年(17)

2011年(63)

2010年(102)

2009年(107)

2008年(41)

分类: LINUX

2010-05-14 17:11:14

错误:
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_creators
variable)

解决办法:
SET GLOBAL log_bin_trust_function_creators = 1;

阅读(1185) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~