mysql_upgrade
The MySQL server and related files
RUN apt-get update && \
apt-get install -y mariadb-server-core-10.3
RUN apt-get update && \
apt-get install -y percona-xtradb-cluster-server-5.5
RUN pacman -S --noconfirm percona-server-clients
RUN apt-get update && \
apt-get install -y mariadb-server-core-10.1
RUN yum install -y mysql-server
RUN dnf install -y mariadb-server-utils-3
RUN apt-get update && \
apt-get install -y mariadb-server-core-10.0