原文:ERROR 1419 (HY000) at line 9: 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数据库时,会出现以下错误: 您没有SUPER特权,并且启用了二进制日志记录 您 可能 想要使用不太安全的log bin trust function creators变量 。 解决方案 有几种解决方法: 您需要为运行导入数据库的用户指定SUPER特权,并应用CREATE ROUTINE,ALTER ROUTINE,CREATE TRIGGER,ALTER T ...

2020-09-01 19:10 0 1017 推荐指数:

查看详情

MySQL参数log_bin_trust_function_creators介绍

MySQL的有个参数log_bin_trust_function_creators,官方文档对这个参数的介绍、解释如下所示: log_bin_trust_function_creators Command-Line Format ...

Tue Oct 10 01:02:00 CST 2017 3 27599
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM