码迷,mamicode.com
首页 > 数据库 > 详细

mysql增加自定义函数功能

时间:2014-09-18 11:06:03      阅读:320      评论:0      收藏:0      [点我收藏+]

标签:style   color   io   ar   数据   sp   cti   log   on   

mysql默认是不能自定义函数的

当create function时

This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary

solution 1:

exec:

SET GLOBAL log_bin_trust_function_creators = 1;

mysql重启会失效

attention:mysql主从数据库配置,主从复制时,从机必须要设置,不然会导致主从同步失败

 

 

solution 2:

配置my.cnf

log-bin-trust-function-creators=1

重启mysql服务

mysql增加自定义函数功能

标签:style   color   io   ar   数据   sp   cti   log   on   

原文地址:http://www.cnblogs.com/fenglie/p/3978666.html

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