When i try to get a dump of a mysql database, the dump stops when a row in it is updated. How can i prevent that? I already tried following options with no result:
- -f (forces continu even when error)
- -x (lock all tables)
when i log any error, i get nothing
Command i m using:
mysqldump --user=* --password=* --all-databases --log-error=*.log | gzip > *.gz