How to enable mysql binary log,Binary log error in mysql

Error Occured

Solution:
Check the binary log status
show variables like '%bin%';

binary log is enable through command.
SET GLOBAL log_bin_trust_function_creators=1

Post a Comment

0 Comments