mysqlcheck
Check and repair MySQL tables. More information: <https://dev.mysql.com/doc/refman/8.0/en/mysqlcheck.html>.
RUN apt-get update && \
apt-get install -y mariadb-client-core-10.3
RUN apt-get update && \
apt-get install -y percona-xtradb-cluster-client-5.5
RUN pacman -S --noconfirm percona-server-clients
RUN apt-get update && \
apt-get install -y mariadb-client-core-10.1
RUN dnf install -y mariadb-3
RUN apt-get update && \
apt-get install -y mariadb-client-core-5.5