I am trying to restore from an SQL dump file to a new database on PythonAnywhere. Getting error message:
ERROR 1419 (HY000) at line 914: 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 command is:
mysql -u username -h username.mysql.pythonanywhere-services.com 'username$simpricity' < Dump20170429.sql