I have a MySQL database. The default storage engine is MyISAM .
I want to change it to InnoDB .
I can change its table after table, but I want to change it once, which affects all tables.
How can I change the database storage mechanism? I tried, but there seems to be no option in phpmyadmin .
sql mysql phpmyadmin
Kanishka panamaldeniya
source share