MySQL Forums
Forum List  »  NDB clusters

Re: How to build NDB clusters from source code in arm ubuntu
Posted by: Mauritz Sundell
Date: August 22, 2022 02:01AM

Hi

Since 8.0.30 MySQL Cluster supports ARM with Linux and Apple M1 with MacOS.

There is no special instructions for builing on ARM, the generic instructions should work, see:

https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-install-linux-source.html

In short, download source and run

cmake -B <build-dir> -DWITH_NDBCLUSTER=1 && make

If you do not have a suitable JDK or do not want the java connector one can add -DWITH_NDB_JAVA=0 to cmake.


For Red Hat Enterprise Linux / Oracle Linux we have packages for ARM, and for MacOs and Apple M1, but unfortunately not for Ubuntu.

https://dev.mysql.com/downloads/cluster/

There you can also download source, select Source Code as Operating System. The source code is also available on github:

https://github.com/mysql/mysql-server

Regards,
Mauritz

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to build NDB clusters from source code in arm ubuntu
232
August 22, 2022 02:01AM


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.