mysqltest

MySQL

Debian Debian
RUN apt-get update && \ apt-get install -y mariadb-test-10.0
Ubuntu
RUN apt-get update && \ apt-get install -y percona-xtradb-cluster-server-5.5
Alpine
RUN apk add mariadb-test
Arch Arch Linux
RUN pacman -S --noconfirm percona-server-clients
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y mariadb-test
CentOS
RUN yum install -y mysql-server
Fedora
RUN dnf install -y community-mysql-server
Raspbian
RUN apt-get update && \ apt-get install -y mariadb-test-5.5
click the source code to copy install mysqltest on any operating system with command-not-found.com