MySQL Forums
Forum List  »  NDB clusters

Mysqld no me conecta en cluster
Posted by: Edgar Cruz Velázquez
Date: April 20, 2017 05:09PM

Hola, necesito ayuda tengo esta configuración

#config.ini
[ndb_mgmd]
hostname=192.168.1.185
datadir=c:\my_cluster\ndb_data
NodeId=1

[ndbd default]
noofreplicas=2
datadir=c:\my_cluster\ndb_data

[ndbd]
hostname=192.168.1.103
datadir=c:\my_cluster\ndb_data
NodeId=3

[ndbd]
hostname=192.168.1.103
datadir=c:\my_cluster\ndb_data
NodeId=4

[mysqld]
NodeId=50

[mysqld]
NodeId=51

#my.cnf
[mysqld]
Ndbcluster
Ndb-connectstring=192.168.1.185
#Port=3306

[mysql_cluster]
Ndb-connectstring=192.168.1.185
 

el detalle esta en que si puedo conectarme con un nodo al administrador pero no logro levantar mysqld, estoy trabajando con mysql-cluster-gpl-7.2.28-winx64 - archivos binarios y con una versión de Windows 10 64 bits, tengo ya desbloqueado mi firewall de Windows y no tiene antivirus, alguna idea... por favor!!!

Options: ReplyQuote


Subject
Views
Written By
Posted
Mysqld no me conecta en cluster
1098
April 20, 2017 05:09PM


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.