![]() |
MariaDB - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: MariaDB (/Thread-MariaDB) |
MariaDB - Ultima One - 07-23-2015 12:02 AM Anyone using Sphere with MariaDB? I have a Centos7 server which obviously comes with MAriaDB these days, has anyone else tried this, a lot of thing will just work fine, but since its a bit more of an application Sphere may be looking for very specific drivers. If no one knows, I'll find out ![]() RE: MariaDB - Ultima One - 07-24-2015 08:15 PM Ok, RHEL7/Centos7 use libmysqlclient.so.18 not libmysqlclient.so.16 Any chance of this being accounted for? Im struggling to get libmysqlclient.so.16 installed on centos7. Even as a seperate resource to just use, everything else i could just yum install the file i need, but not for this one ![]() Ben tells me the alternate builds use .18, in case anyone else needs the info ![]() RE: MariaDB - Coruja - 07-25-2015 12:44 PM sphere uses MySQL 4.1.18, maybe this can help: https://downloads.mariadb.com/archive/index/p/mysql/v/4.1.18 |