MySQL出现 You do not have the SUPER privilege and binary logging is enabled报错
解决方案:
set global log_bin_trust_function_creators = 1;