mysql-cluster 我是搭建完了。再导入数据库时,大概有300张表,导入80张左右就报了the table is full.
如果用 InnoDB 引擎或其他,能全部导入。但只能用NDBCLUSTER 才能集群。*******************************conifg.ini*******************************
[NDBD DEFAULT]
NoOfReplicas= 2DataMemory=3072M 
IndexMemory=256M
#BackupMemory=256M
MaxNoOfTables=3000
MaxNoOfAttributes=4000[NDB_MGMD]
NodeId=1
hostname=192.168.20.230
datadir=C:\MySQL Cluster 7.3\data
#数据节点  
[NDBD]
NodeId=2
hostname=192.168.20.230
datadir=c:/data
[NDBD]
NodeId=3
hostname=192.168.20.231
datadir=c:/data
#SQL节点
[MYSQLD]
NodeId=4
ArbitrationRank=2
hostname=192.168.20.230
[MYSQLD]
NodeId=5
ArbitrationRank=2
hostname=192.168.20.231
[MYSQLD]
[MYSQLD]**********************my.ini******************************
[mysql_cluster]
ndb-connectstring=192.168.20.230[mysqld]
ndbcluster
ndb-connectstring=192.168.20.230[mysqld]
tmp_table_size=1600M
max_heap_table_size=1600M