I’ve been exploring this issue myself, and I discovered that I can disable the single-transaction option in mysqldump by setting HMBKP_MYSQLDUMP_SINGLE_TRANSACTION to FALSE. This of course raises more questions:
1) Where do I enter this command?
2) Doing a database export in a single transaction is a GOOD THING because it avoids updates to tables that take place during a backup. So is there a way to fix my problem without disabling the single-transaction option?
3) Why is “single-transaction” an unrecognized option anyway? It’s listed as an option in the documentation for mysqldump, with no sign of a syntax issue.
Thanks again!
Ken
sorry, having trouble with coding my question!