mysqlcheck

Check and repair MySQL tables. More information: <https://dev.mysql.com/doc/refman/8.0/en/mysqlcheck.html>.

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