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).
You can fix it by setting the log_bin_trust_function_creators
MySQL option to 1
.
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).
You can fix it by setting the log_bin_trust_function_creators
MySQL option to 1
.
Hello Dmitry,
In my mysql server binary logging is turned off. But i m still having this issue when running the migration:data command. I have a user with super privileges too. Any idea on whats hapenning?
Cheers!