Re: will edbi work with maria db?
- Posted by egis Jun 06, 2014
- 1684 views
The great news is MariaDB 10 does work with edbi on a 64bit centos 6.5 distro!
By the way, if someone needs to know how to install the MariaDB client on centos use:
yum install MariaDB*client
Then make sure to modify edbi_mysql.e as mentioned above comments as it relates to your machine. Next recompile the edbi driver you are using (euc -so edbi_mysql.e), then chmod 755 edbi_mysql.so and finally cp edbi_mysql.so /usr/local/lib/.
Thanks Jim for all your help and the necessary edbi library!