Mysql Cluster Windows
Here is what I would do if I was forced into creating a cluster on Windows. Just so ya know it is not available through MySQL. Create two or three instances in ring replication, all of them master-slaving around the ring back to the original. Running MySQL Cluster over multiple Windows servers. The next step is to start the nodes (processes) but before then, a hint. If you run each command from a different command prompt then your screen will quickly fill with Windows. Instead, rather than just typing “c: ” use “c: start /B ” (for example “c: start /B ndbd –initial”).
If you decide to over ride you'll need to go to your Apple icon, System Preferences and choose Security & Privacy. This is a great work around for folks struggling to export STL from AutoDesk Fusion 360 to their 3D printing software (like Cura).Download the 3D Print Button for Autodesk Fusion 360 plugin.Double click the 3DPrintButton-macos.pkg download. Took a few minutes to figure this out so I thought I'd document the steps. Autodesk fusion 360 software download. You will get a security warning prompt.
I am trying to use MySQL Cluster 7.5 version , after opening the web browser and clicking on :create new MySQL cluster', and getting in the 'define cluster' page , I write the IP of the remote data node in to the host list field ,but I get error which say 'there were errors when connecting to the remote hosts, host 172.16.1.129: couldn't open socket to 172.16.1.129 ,press'ok to continue to the next page anyway, or cancel to stay in the previous page'

I turned off windows firewall options too, but no luck,
what is the cause of this error and how to solve it? What are the essential steps to install/configure in remote pc (data node).?
Thanks a lot
2 Answers
Did you check this? if you OS supports?
This has nothing to do with supported platforms. My guess is the credentials you used to connect to nodes are bad. In that version of MySQL NDB Cluster autoinstaller you can provide only Cluster-wide credentials, i.e. one credentials for all the hosts. Those credentials could be a) private key without passphrase (idrsa in ~/.ssh) or b) ordinary username/password. Please see html help file that comes with Autoinstaller for details.