MySQL Forums
Forum List  »  Quality Assurance

Import 4G data into MySQL Cluster
Posted by: Nick Chang
Date: January 25, 2008 03:41AM

It's my config.ini

[ndbd default]
NoOfReplicas= 2
MaxNoOfConcurrentOperations= 100000
DataMemory= 4M
IndexMemory= 1G
TimeBetweenWatchDogCheck= 30000
MaxNoOfOrderedIndexes= 512
MaxNoOfLocalOperations = 110000
MaxNoOfTables = 500
TransactionDeadlockDetectionTimeout = 1800000
DataDir= /var/lib/mysql-cluster

[MYSQLD DEFAULT]
[NDB_MGMD DEFAULT]
[TCP DEFAULT]
[ndb_mgmd]
Hostname= 10.1.1.113
DataDir= /var/lib/mysql-cluster

[ndbd]
HostName= 10.1.1.111

[ndbd]
HostName= 10.1.1.112

[mysqld]
[mysqld]


I use mysqldump to database.sql
database.sql have 4G.
I want load to Mysql Cluster.
but I always see error message " Forced node shutdown completed. Occured during startphase 3. Caused by error 2308: 'Another node failed during system restart, please investigate error(s) on other node(s)(Restart error). Temporary error, restart node'."

Can everyone help me to solve this problem?
how to set up config.ini?
Can i import data to mysql cluster successfully?

Thanks for your help.

Nick

Options: ReplyQuote


Subject
Views
Written By
Posted
Import 4G data into MySQL Cluster
3056
January 25, 2008 03:41AM


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.