MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB and MySQL databases.The client library is LGPL licensed.
Find a file
Georg Richter 532350d8fc
Merge pull request #295 from hrw/3.4
mark RISC-V64 as 64-bit architecture
2026-02-09 09:09:17 +01:00
.github/workflows [misc] use DOCKER_LOGIN as user if secret available 2026-01-30 17:58:49 +01:00
benchmark [misc] MariaDB benchmark common test suite implementation 2022-09-26 18:21:23 +02:00
client Test fix for test_bug4236 2022-06-29 13:27:28 +02:00
cmake Merge pull request #295 from hrw/3.4 2026-02-09 09:09:17 +01:00
docs@7e12bcea26 Fixed build of manpages 2024-09-12 14:21:10 +02:00
external/zlib CONC-756: Update zlib to 1.3.1 2025-04-23 21:30:03 +02:00
include Merge branch '3.3' into 3.4 2026-01-21 09:34:01 +01:00
libmariadb Fix for CONC-805 2026-02-09 08:24:43 +01:00
man Man page fixes: 2024-10-25 10:37:47 +02:00
mariadb_config Merge branch '3.1' into 3.3 2025-01-15 08:00:19 +01:00
plugins Merge branch '3.3' into 3.4 2026-01-21 09:34:01 +01:00
scripts Man page fixes: 2024-10-25 10:37:47 +02:00
unittest Skip sni test if hostname wasn't specified 2025-10-06 09:52:20 +02:00
win Windows installation fix: 2023-09-27 10:19:23 +02:00
win-iconv more clang fixes 2018-02-12 09:29:27 +00:00
.gitattributes Removed CMakeLists.txt from merge exceptions (.gitattributes). 2023-02-21 15:34:21 +01:00
.gitignore TLS post-fixes 2024-08-03 16:37:57 +02:00
.gitmodules Fixed build of manpages 2024-09-12 14:21:10 +02:00
.travis.yml Travis fixes for windows 2024-07-17 11:06:52 +02:00
appveyor-download.bat testing various correction 2021-06-15 17:09:10 +02:00
appveyor.yml Fix for MDEV-25820: 2021-06-24 16:44:21 +02:00
CMakeLists.txt MDEV-37527 postfix 2026-01-23 09:27:10 +01:00
COPYING.LIB First implementation based on libmysql 3.23.58 and php's mysqlnd extension 2012-11-14 18:43:45 +01:00
README README fixes 2023-02-17 08:28:21 +01:00
travis.sh Merge branch '3.3' into 3.4 2025-01-20 09:58:34 +01:00

This is LGPL MariaDB client library that can be used to connect to a 
MariaDB or MySQL database server. 

This code is based on the LGPL libmysql client library from MySQL 3.23
and PHP's mysqlnd extension.

This product includes PHP software, freely available from
<http://www.php.net/software/>

If you want to be part of this development effort, you can discuss this at
maria-developers@lists.launchpad.org.

To report a bug you'll need to signup for an account at https://jira.mariadb.org

The MariaDB team