mysqldump

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

MariaDB starting with 10.4.6

From MariaDB 10.4.6, mariadb-dump is a symlink to mysqldump.

MariaDB starting with 10.5.2

From MariaDB 10.5.2, mariadb-dump is the name of the command-line client, with mysqldump a symlink .

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.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.