Today most popular storage engine in latests MySQL databases is InnoDB. But if
you have older databases, before the times when InnoDB becomes the king, you
must somehow convert your data.
You can easy find which tables are using an older storage engine using:
> SELECT TABLE_SCHEMA as DbName