Mysql Cluster in Windows

183 Views Asked by At

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

There are 2 best solutions below

3
On

https://www.mysql.com/support/supportedplatforms/cluster.html

Did you check this? if you OS supports?

1
On

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.