Richard G
Verified User
Seems mysql already does not support MyIsam anymore.
Until now I had in my /etc/my.cnf file:
default-storage-engine=MyISAM
I'm now upgrading from Mysql 5.6 to 5.7 and want to change everything to Innodb instead of MyISAM so I can work more default.
I've seen lots of examples for changes, but don't trust them because most of them are for a single database and I want to change this for all databases.
What is the safest way to change all databases from MyISAM to InnoDB?
Or is it more easy to do when upgrading from 5.6 to 5.7 some how?
Until now I had in my /etc/my.cnf file:
default-storage-engine=MyISAM
I'm now upgrading from Mysql 5.6 to 5.7 and want to change everything to Innodb instead of MyISAM so I can work more default.
I've seen lots of examples for changes, but don't trust them because most of them are for a single database and I want to change this for all databases.
What is the safest way to change all databases from MyISAM to InnoDB?
Or is it more easy to do when upgrading from 5.6 to 5.7 some how?