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.