mysqld

Start the MySQL database server. More information: <https://dev.mysql.com/doc/refman/en/mysqld.html>.

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