Mastering MySQL 4
|
|
BACKUP TABLE
BACKUP TABLE table_name [,table_name...] TO 'path_name'
For MyISAM tables, this copies the data and data definition files to the backup directory.
|
|
|
|
BACKUP TABLE table_name [,table_name...] TO 'path_name'
For MyISAM tables, this copies the data and data definition files to the backup directory.
|
|