I have created a database in pythonanywhere, after doing my migrations from my django project etc.. i wanted to create a trigger in my db, but the following message appears:
ERROR 1419 (HY000): 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)
My user does not have the permissions
log_bin_trust_function_creators
variable, then you can't create this trigger. Find another solution to do what you were going to do without using a trigger. – Bill Karwin