I am unable to alter table engine while importing SQL dump file in clustered environment it generates error

24 Views Asked by At

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:

0

There are 0 best solutions below