Hello,
I am having troubles installing MySQL Community Cluster 7.5.5 on RHEL 7.
It seems that the RPM packages available does not match the description in the documentation found here:
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-install-linux-rpm.html.
The problem is that when I attempt to install mysql-cluster-community-common-7.5.5-1.el7.x86_64.rpm on a node, I get a lot of conflicts with files from MariaDB.
I do not want to remove MariaDB right away, since I have 18 dependencies that will be removed in that case as well.
For previous versions of MySQL Cluster, this could be avoided by first installing the shared components RPM package, however, this is not available, although it should be, as stated in documentation linked above. Neither is the RPM bundle.
Any suggestions on how to remove/replace the dependencies for MariaDB so that I can remove it and then install the MySQL cluster RPM's?