mysql_config
applications
Install
- All systems
-
curl cmd.cat/mysql_config.sh
- Debian
-
apt-get install libmariadbclient-dev
- Ubuntu
-
apt-get install libmariadbclient-dev
- Alpine
-
apk add mariadb-libs
- Arch Linux
-
pacman -S mariadb-libs
- Kali Linux
-
apt-get install libmariadbclient-dev
- CentOS
-
yum install mysql
- Fedora
-
dnf install mariadb-devel-3
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libmariadbclient-dev
- OS X
-
brew install mysql-connector-c
- Raspbian
-
apt-get install libmariadbclient-dev
- Dockerfile
- dockerfile.run/mysql_config
- Docker
-
docker run cmd.cat/mysql_config mysql_config
powered by Commando
community-mysql-devel
applications
mariadb-connector-c-devel
mariadb-connector-c.
libmysqlclient-dev
MySQL database development files
MySQL is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MySQL are speed, robustness and ease of use. This package includes development libraries and header files.
libmariadb-dev-compat
MariaDB Connector/C, compatibility symlinks
MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. This package includes compatibility symlinks to allow sources expecting the MySQL client libraries to be built against MariaDB Connector/C.
libmariadbclient-dev
MariaDB database development files
MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. This package includes development libraries and header files.
mariadb-devel-3
applications
mariadb-libs
The mariadb-libs package provides the essential shared libraries
for any MariaDB/MySQL client program or interface. You will need to install this package to use any other MariaDB package or any clients that need to connect to a MariaDB/MySQL server. MariaDB is a community developed branch of MySQL.