mysql_config

applications

Debian Debian
RUN apt-get update && \ apt-get install -y libmariadbclient-dev
Ubuntu
RUN apt-get update && \ apt-get install -y libmariadbclient-dev
Alpine
RUN apk add mariadb-libs
Arch Arch Linux
RUN pacman -S --noconfirm mariadb-libs
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libmariadbclient-dev
CentOS
RUN yum install -y mysql
Fedora
RUN dnf install -y mariadb-devel-3
Raspbian
RUN apt-get update && \ apt-get install -y libmariadbclient-dev
click the source code to copy install mysql_config on any operating system with command-not-found.com