mariadb_config

mariadb-connector-c.

Install

All systems
curl cmd.cat/mariadb_config.sh
Debian Debian
apt-get install libmariadb-client-lgpl-dev
Ubuntu
apt-get install libmariadb-client-lgpl-dev
Alpine
apk add mariadb-libs
Arch Arch Linux
pacman -S mariadb-libs
image/svg+xml Kali Linux
apt-get install libmariadb-dev
CentOS
yum install mariadb-libs
Fedora
dnf install mariadb-connector-c-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install libmariadb-client-lgpl-dev
Raspbian
apt-get install libmariadb-client-lgpl-dev
Docker
docker run cmd.cat/mariadb_config mariadb_config powered by Commando

mariadb-connector-c-devel

mariadb-connector-c.

libmariadb-dev

MariaDB Connector/C, 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 for MariaDB Connector/C. Note that MariaDB also comes with an included version of the client library. The main reason to use this package, rather than libmariadbclient-dev, is differences in licensing: this package uses the LGPL, while libmariadbclient-dev uses the GPL.

mariadb-devel-3

applications

libmariadb-client-lgpl-dev

MariaDB Client Library for C, 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 for the MariaDB Client Library for C. Note that MariaDB also comes with an included version of the client library. The main reason to use this package, rather than libmariadbclient-dev, is differences in licensing: this package uses the LGPL, while libmariadbclient-dev uses the GPL.

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.