Used to control modes of TMyBackup work.
property Mode: TMyBackupMode default bmBinary;
Use the Mode property to control modes of TMyBackup work.
Note: By security reasons MySQL does not allow to overwrite files that already exist. Also MySQL requires a path to the server to be created beforehand.
When using bmBinary mode, both servers must have the same format of the tables (must be the same version). About the compatibility of formats storing data please see MySQL Reference Manual.