I have a MySQL database. The default storage engine is MyISAM.
I want to change it to InnoDB.
I can change it table by table , but i want to change it one time that affect all the tables .
How can I change the database storage engine? I tried it but seems there is no option in phpmyadmin.
When logged in go to the table you want to change then click the operations tab. From there you can change the storage type, as well as a few other options
Online Doc