error in mysqldump from ndbclsuter to innodb

I have a database in NDB Cluster named “voip” with some 25 tables in it on one server say, 192.168.0.10

I have the same database “voip” in another server say, 192.168.0.20 with same number of tables and same structure. the only difference is that the tables are of engine INNODB. The tables in this server are empty.

Now when i try mysqldump of “voip” database from 192.168.0.10 to 192.168.0.20 m not able to. The mysqldump terminates with errors.

Can someone help me in this??

Thank you in advance

First, mysqldump does not move data it creates dump file which you then can import.

Second you need to be more verbose to get real help - what kind of error you’re getting needs to be specified at least.