Environment
My SQL
Error Message
Error backing up database '127.0.0.1:3306', error code: '',[#300064]bin log is off.
Cause
Due to the binary logging is not enable on MySQL, the Log backup is failed.
Resolution
You can check with below command from MySQL database command line interface:
show variables like ‘%log_bin%’
If you got log_bin value as OFF, indicating that binary logging is currently disabled, it would require the intervention of the database administrator to enable this feature.