In case you wanted for example to change all your MyISAM tables into InnoDB , and you didn’t want to go over the tables one by one, you can do the following queries.
First check that you’re doing it on the proper database.
|
|
If it returns what you need you can then run:
|
|