I have tried to follow this wiki but get an error on the following command
Code: Select all
Verify all InnoDB tables gone
SELECT table_name, table_schema, engine FROM information_schema.tables WHERE engine = 'InnoDB';
Code: Select all
bash: SELECT: command not found