# BACKUP TABLE (removed)

{% hint style="warning" %}
`BACKUP TABLE` was removed and is no longer a part of MariaDB
{% endhint %}

## Syntax

```sql
BACKUP TABLE tbl_name [, tbl_name] ... TO '/path/to/backup/directory'
```

## Description

**Note:** Like [RESTORE TABLE](https://mariadb.com/docs/server/reference/sql-statements/table-statements/obsolete-table-commands/restore-table-removed), this command was not reliable and has been removed in current versions of MariaDB.

For doing a backup of MariaDB use [mysqldump](https://mariadb.com/docs/server/clients-and-utilities/legacy-clients-and-utilities/mysqldump) or [MariaDB Backup](https://mariadb.com/docs/server/server-usage/backup-and-restore/mariadb-backup). See [Backing Up and Restoring](https://mariadb.com/docs/server/server-usage/backup-and-restore).

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formId="4316" %}
