BACKUP TABLE (removed)
BACKUP TABLE was removed and is no longer a part of MariaDB
Syntax
BACKUP TABLE tbl_name [, tbl_name] ... TO '/path/to/backup/directory'
Description
Note: Like RESTORE TABLE, this command was not reliable and has been removed in current versions of MariaDB.
For doing a backup of MariaDB use mysqldump or MariaDB Backup. See Backing Up and Restoring.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?