mysql
The MySQL command-line tool. More information: <https://www.mysql.com/>.
RUN apt-get update && \
apt-get install -y community-mysql
RUN apt-get update && \
apt-get install -y community-mysql
RUN apk add mysql
RUN pacman -S --noconfirm community-mysql
RUN apt-get update && \
apt-get install -y community-mysql
RUN yum install -y mysql
RUN dnf install -y community-mysql
RUN apt-get update && \
apt-get install -y community-mysql