mysql_fix_extensions

for MariaDB/MySQL applications

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