MySQL Forums
Forum List  »  NDB clusters

Re: MySQL Cluster 7.5 on RHEL problems
Posted by: Mikael Ronström
Date: March 14, 2017 11:27AM

Seems this problem is a common problem experienced by many, also
when installing the MySQL Server.

The solution to the problem lies in using yum instead of
rpm to install the RPM packages.

The web page
https://dev.mysql.com/doc/refman/5.7/en/linux-installation-rpm.html
shows how to do this for MySQL 5.7. So using the same commands and
replacing mysql with mysql-cluster should do the trick.

So:

sudo yum install mysql-cluster-community-{server,client,common,libs}-* mysql-5.*
should hopefully do the trick.

Then after that installing the remainder of the RPM packages that you need
installed.

Would be great if you could report back if it worked.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL Cluster 7.5 on RHEL problems
647
March 14, 2017 11:27AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.