谁在或做过mysql cluster NDB 7.2集群?
mysqld启动了,但是结果是这样的:ndb_mgm> show;
Cluster Configuration
---------------------
2 node(s)
id=2 @192.168.1.12(mysql-5.5.27 ndb-7.2.8, Nodegroup: 0, Master)
id=3 @192.168.1.13(mysql-5.5.27 ndb-7.2.8, Nodegroup: 0)
1 node(s)
id=1 @192.168.1.10(mysql-5.5.27 ndb-7.2.8)
1 node(s)
id=4 (not connected, accepting connect from 192.168.1.10)
mysqld连不上啊!my.cnf主要配置如下:
# Options for ndbd process:
ndb-connectstring=192.168.1.10
# Here follows entries for some specific programs
# The MySQL server
ndbcluster
port = 3306
user =mysql
max_connections =5000
ndb-connectstring=192.168.1.10
skip-external-locking
key_buffer_size = 16M
max_allowed_packet = 1M
table_open_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M
log-bin=bin-log
slow_query_log=1
slow_query_log_file=slow-log
log-error=error-log
mysql> show engines\G
*************************** 1. row ***************************
Engine: ndbcluster
Support: YES
Comment: Clustered, fault-tolerant tables
Transactions: YES
XA: NO
Savepoints: NO
有ndb引擎!sql节点怎么不能加入到集群? ndb-connectstring=192.168.1.10:1186 本帖最后由 Shaquile 于 2013-1-6 22:20 编辑
ndb_mgmd(MGM)] 1 node(s)
id=1 @192.168.1.10(mysql-5.5.27 ndb-7.2.8)
1 node(s)
id=4 (not connected, accepting connect from 192.168.1.10)
这个配置说明了,只有一个slot留给id=4的节点,所以,别的node不能连接。
你可以在config.ini中增加几个空的
页:
[1]