mysqldump

mysqldump is used to dump a database or a collection of databases for backup or transfer to another database server.

From MariaDB 10.5, the client is called mariadb-dump. It can still be accessed under its original mysqldump name via a symlink in Linux, or an alternate binary in Windows.

MariaDB starting with 11.0.1

From MariaDB 11.0.1, mysqldump (the symlink) is deprecated and removed from the mariadb Docker Official Image. Use mariadb-dump instead.

See mariadb-dump for details.

This page is licensed: GPLv2

Last updated

Was this helpful?