MariaDB Library
MariaDB is a drop-in replacement for MySQL. I have recently switched to it and I am quite happy. I compile many different versions of MariaDB with MSVC. I wrote a simple batch script to ease this process. You typically need the MariaDB source code, Cygwin and Microsoft Visual Studio. The main reason for these builds is to subsequently compile Qt4 and Qt5 with MySQL support. I modify the build to exclude building a number of unnecessary for my purposes libraries as well as change the postfix of the libraries and generally create a structure that I can use across my software project with ease.
The binaries posted here are experimental and any comments would be welcome. Thanks to all the people who have helped me improve these scripts and send me comments.
If you are using these binaries link back to this page as I update the scripts and binaries often.
If you are looking for older builds, go to the Precompiled MariaDB (Past Builds) page.
- Date:
11 April 2017
- Source Code:
http://downloads.mariadb.org/mariadb/5.5.54/
- Batch Script: build-mariadb-5.5.54.bat
- Patches: [patch]
- Modifications to the CMake files of MariaDB to add a “d” suffix to debug libraries. Also remove certain libraries from being built
- Notes: The script only supports patching,
build all
andpackage all
.
Compiler | Download | Size | Arch | Build | Link | Notes |
---|---|---|---|---|---|---|
MSVC 2017 | mariadb-5.5.54-vs2017.7z [md5] | 10.2 MB | x86 (32-bit) x64 (64-bit) |
debug release |
shared static |
compiled against OpenSSL 1.0.2k |
MSVC 2015 | mariadb-5.5.54-vs2015.7z [md5] | 10.2 MB | x86 (32-bit) x64 (64-bit) |
debug release |
shared static |
compiled against OpenSSL 1.0.2k |
MSVC 2013 | mariadb-5.5.54-vs2013.7z [md5] | 8.7 MB | x86 (32-bit) x64 (64-bit) |
debug release |
shared static |
compiled against OpenSSL 1.0.2k |
MSVC 2012 | mariadb-5.5.54-vs2012.7z [md5] | 8.6 MB | x86 (32-bit) x64 (64-bit) |
debug release |
shared static |
compiled against OpenSSL 1.0.2k |
MSVC 2010 | mariadb-5.5.54-vs2010.7z [md5] | 8.1 MB | x86 (32-bit) x64 (64-bit) |
debug release |
shared static |
compiled against OpenSSL 1.0.2k |
MSVC 2008 | mariadb-5.5.54-vs2008.7z [md5] | 8 MB | x86 (32-bit) x64 (64-bit) |
debug release |
shared static |
compiled against OpenSSL 1.0.2k |
Disclaimer
Downloads in this website are exclusively here for my own personal use and have not been properly tested or verified.