Monday, 2 December 2019

MYSQL:mysqldump: Error: Binlogging on server not active

Error:

During mysql backup getting below error:

mysqldump: Error: Binlogging on server not active

Solution:

add below /etc/my.cnf
log-bin=mysql-bin

No comments: