作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 MySql 中创建函数时遇到问题:
You do not have the SUPER privilege 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 服务器来设置全局变量 log_bin_trust_function_creators 吗?
最佳答案
不,您不必重新启动 mysql 即可更改此设置。 mysql manual说它是一个动态变量,因此可以通过问题中的 set
语句更改它。
关于mysql - 我真的需要关闭 MySql 服务器来设置全局变量 log_bin_trust_function_creators 吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59927879/
我在 MySql 中创建函数时遇到问题: You do not have the SUPER privilege and binary logging is enabled (you *might*
恢复MySQL数据库创建存储过程是遇到错误 you *might* want to use the less safe log_bin_trust_function_creators variab
我正在尝试将 RackSpace 中的 MySQL 数据库 备份到 AWS。 我听从了这个 blog 的建议并在我的 AWS RDS 控制面板中设置了 log_bin_trust_function_c
我是一名优秀的程序员,十分优秀!