mysqld_safe_helper

for MariaDB/MySQL applications

Debian Debian
RUN apt-get update && \ apt-get install -y mariadb-server-10.3
Ubuntu
RUN apt-get update && \ apt-get install -y mariadb-server-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-server-10.1
Fedora
RUN dnf install -y mariadb-server-utils-3
Raspbian
RUN apt-get update && \ apt-get install -y mariadb-server-10.0
click the source code to copy install mysqld_safe_helper on any operating system with command-not-found.com