MySQL出现 You do not have the SUPER privilege and binary logging is enabled报错
解决方案:
set global log_bin_trust_function_creators = 1;
mysql报错:You do not have the SUPER privilege and binary logging is enabled
原文:https://www.cnblogs.com/pxblog/p/12348252.html