mysqldump

Backups MySQL databases. See also mysql for restoring databases. More information: <https://dev.mysql.com/doc/refman/en/mysqldump.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y mariadb-client-10.3
Ubuntu
RUN apt-get update && \ apt-get install -y percona-xtradb-cluster-client-5.5
Arch Arch Linux
RUN pacman -S --noconfirm percona-server-clients
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y mariadb-client-10.1
Fedora
RUN dnf install -y mariadb-3
Raspbian
RUN apt-get update && \ apt-get install -y mariadb-client-5.5
click the source code to copy install mysqldump on any operating system with command-not-found.com