Actions

UpgradeError BinaryLoggingTriggerErrors

From Convention Master Documentation

Error: You Do not have "Super" privileges, and Binary Logging is enabled

This error can occur after a upgrade, and your DB is trying to re-create the triggers needed.

Fix: Update the log_bin_trust_function_creators Setting in mysql

From the command line log into your server, and Log into mysql using a user with permission.

server>mysql -u USERNAME -p
mysql>set global log_bin_trust_function_creators=1;