I am importing the SQL dump file in MySQL NDB Clustering Environment All the tables are imported successfully on node1. but they are not clustered on node 2. For this execute the following command:
Alter Table su_contribution ENGINE=NDBCLUSTER;
This command is executed successfully with some tables but not with all tables with some tables it generates the error:
I want to import the dump sql dump file but facing these issues: