April 2010
Intermediate to advanced
276 pages
6h 16m
English
It will often be required to import data from an SQL file and then convert this freshly installed data to have a storage engine of NDB (MySQL Cluster's storage engine). This may be required for the following reasons:
mysqldump backup files in the case of a recoverymysqldump from an old system into a new clusterIn this recipe, we will follow an example that uses the world sample dataset provided by MySQL for testing use. We will import it to MySQL, convert it from the default table engine (in our case, MyISAM) to MySQL Cluster (NDBCLUSTER storage engine), and then check that it appears on ...
Read now
Unlock full access