- MySQL创建触发器的时候报1419错误( 1419 - You do not have the SUPER privilege and binary logging is enabled )

设置log_bin_trust_function_creators参数为1,在Amazon RDS也是找到参数组修改成1即可,但小心会把function安全性降低
本文介绍了解决MySQL创建触发器时遇到的1419错误的方法。通过设置log_bin_trust_function_creators参数为1可以解决权限问题,需要注意这可能会影响function的安全性。

设置log_bin_trust_function_creators参数为1,在Amazon RDS也是找到参数组修改成1即可,但小心会把function安全性降低
5526
2654

被折叠的 条评论
为什么被折叠?