Is this default database storage engine? I want to install my WordPress website with MYSQL "NDB CLUSTER" storage engine. I tried to install wordpress site, but it's installed with InnoDB. Please help me to resolve this.
I used this SET storage_engine=NDBCLUSTER; in mysql.
There are two ways to migrate InnoDB tables with foreign keys to NDB.
Converting InnoDB Tables to MySQL Cluster
it might helpful for you