Googling around just finds instructions for changing from one format to another, but I can’t seem to find how exactly to make sure which of these I have first.
How can I:
- Check what character encoding a table has?
- Check what storage engine a table uses?
- Check if all tables are certain encoding?
- Check if all tables have a certain storage engine?
You can use information_schema in order to know the engine of each table.
For the encoding you can use
or, even better