From: Johan Andersson Date: November 4 2011 10:37am Subject: Re: change in mysql cluster config file List-Archive: http://lists.mysql.com/cluster/8152 Message-Id: <4EB3C086.4030105@severalnines.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit You can also load the bulksync into a myisam table on one of your clustered MySQL Servers and the do: ALTER TABLE xyz ENGINE=ndb; It should throttle it. BR johan On 2011-11-04 11.33, Ridd1ck wrote: > My BulkSync.sql have 3.000.000 rows in one tables with 4 collumn > this is 400 mb. > and in old database the eingine was MyISAM, > i was change the engine into BulkSync.sql and from this time i cannot > upload into node. > > -- > View this message in context: http://mysql-cluster.1050023.n4.nabble.com/change-in-mysql-cluster-config-file-tp3984963p3989616.html > Sent from the MySQL - Cluster mailing list archive at Nabble.com. >