Sets directory on server side for backup MySQL tables to.
Syntax:
property Directory : string
Description:
Use Directory to set path to directory on server side for backup tables from TableList to. Value of Directory used with BACKUP TABLE MySQL statement:
BACKUP TABLE tbl_name [, tbl_name] ... TO '/path/to/backup/directory'
Example of usage:
mySQLTools1.Directory := 'C:/backup/mysql';