Comments - MariaDB 10.0.30 Release Notes
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
HI!
My system is CentOS7.
mariadb-10.0.30-linux-glibc_214-x86_64.tar.gz (requires GLIBC_2.14+) VS mariadb-10.0.30-linux-systemd-x86_64.tar.gz
What is different? and What should I use?
If you have a version of glibc >= 2.14 then you should install the MariaDB one requiring that. The alternative is for systems that have an older glibc installed. CentOS7 by default comes with a newer version, but you can check what you're running with
ldd --version
to be sure.