When I try to create a table:
CREATE TABLE tblCustomer (ID INT) ENGINE=NDBCLUSTER;
When I show the table status, it is still InnoDB. And when I try to:
SHOW ENGINES;
There's no ndbcluster indicated.
Is there something that I'm missing there?
On my data node, I ran sudo apt-get install mysql-client-core-5.5