MySQL Forums
Forum List  »  Backup

Re: Unable to get a mysqldump when I use --flush-log option
Posted by: Subodh Konhor
Date: November 16, 2015 03:37AM

ISSUE SOLVED
There was issue with the log-error file to which I was suppose to log mysql errors. I had this line in my.cnf

log-error=/var/lib/mysqld.log Due to permission issue mysql was not able to create this log file nor an error was thrown suggesting the same.Ideally mysql should have thrown an error stating can't create log-error file or not present. This would have helped to fix the problem
I selectively removed and toggled the settings which helped me reach to the problem.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Unable to get a mysqldump when I use --flush-log option
1280
November 16, 2015 03:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.