Configure MySQL Backup Properties

Add the following line in the %AGILIANCE_HOME%\config\agiliance.properties file to override the parameters for mysqldump utility.

com.agiliance.admin.backup.BackupManager.mysqldump.options=--single-transaction --add-drop-database --quick --compress --extended-insert --max-allowed-packet=32MB

(Enter the property name and value all on one line.)