Tagged Questions
1
vote
1answer
1k views
Problems with mysql-libs *after* installing MariaDB
I have installed MariaDB 5.3.3 on a Centos 6 server. In order to do that, I had to issue this command before installing the MariaDB-server rpm:
rpm -e --nodeps mysql-libs
And now mariadb and all ...