设为首页 加入收藏

TOP

mysql This function has none of DETERMINISTIC
2011-06-12 21:44:56 来源: 作者: 【 】 浏览:488次 评论:0

mysql教程 this function has none of deterministic
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)
ysql> show variables like '%func%';
+---------------------------------+-------+
| variable_name                   | value |
+---------------------------------+-------+
| log_bin_trust_function_creators | off   |
+---------------------------------+-------+
1 row in set (0.00 sec)

mysql> set global log_bin_trust_function_creators=1;
query ok, 0 rows affected (0.00 sec)

mysql> show variables like '%func%';
+---------------------------------+-------+
| variable_name                   | value |
+---------------------------------+-------+
| log_bin_trust_function_creators | on    |
+---------------------------------+-------+
1 row in set (0.00 sec)

mysql>

您看到此篇文章时的感受是:
Tags: 责任编辑:administrator
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到QQ空间
分享到: 
上一篇sql select 语句用法 下一篇Mysql左连接sql left join 语句详..

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容:

相关栏目

最新文章

图片主题

热门文章

推荐文章

相关文章

广告位