频道栏目
首页 > 资讯 > MySQL > 正文

MySQL设置全局变量

11-08-22        来源:[db:作者]  
收藏   我要投稿

ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS SQ
L DATA in its declaration and binary logging is enabled (you *might* want to use
the less safe log_bin_trust_function_creators variable)
mysql> SET GLOBAL log_bin_trust_function_creators = 1;


在MYSQL中只需要执行这一句话即可

Java代码 
SET GLOBAL log_bin_trust_function_creators = 1; 

相关TAG标签
上一篇:oracle表空间创建
下一篇:oracle多表联合查询,统计查询,组函数,order by,having,子查询
相关文章
图文推荐

关于我们 | 联系我们 | 广告服务 | 投资合作 | 版权申明 | 在线帮助 | 网站地图 | 作品发布 | Vip技术培训 | 举报中心

版权所有: 红黑联盟--致力于做实用的IT技术学习网站