Mysql : Tips

Posted Almost 2 years ago. Visible to the public.

Fix for logging issue

ERROR 1419 (HY000) at line 410: 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)

Take the backup of my.cnf and execute following commant to add it in the end of the file

echo 'log_bin_trust_function_creators = 1' >> my.cnf

vasan
Last edit
Over 1 year ago
vasan
Posted by vasan to vasan's deck (2022-06-09 05:16)