在mysql中创建任意函数,总是出现这个错误,是什么原因?

在mysql中创建任意函数,总是出现这个错误,是什么原因?,第1张

解决方法如下

1. mysql>set global log_bin_trust_function_creators = 1

2. 系统启动时 --log-bin-trust-function-creators=1

3. 在my.ini(linux下为my.conf)文件中 [mysqld] 标记后加一行内容为 log-bin-trust-function-creators=1

解决方法如下:

1. mysql>set global log_bin_trust_function_creators = 1

2. 系统启动时 --log-bin-trust-function-creators=1

3. 在my.ini(linux下为my.conf)文件中 [mysqld] 标记后加一行内容为 log-bin-trust-function-creators=1


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/7578930.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-07
下一篇 2023-04-07

发表评论

登录后才能评论

评论列表(0条)

保存