I am using WAMP 3.0.6 with MySQL 5.7.14 (32bit)
From what I understand, InnoDB has been the default storage engine since MySQL 5.5.5 and MyISAM is now legacy.
Why is MyISAM used as default? My instalation reports: "MyISAM is the default storage engine on this MySQL server." (go to phpmyadmin/Engines and click on InnoDB/MyISAM)
How is this possible? I also get some tables created as "utf8mb4_unicode_520_ci" which is not supported on live server with mysql 5.5.54.
Can someone explain why this is happening and maybe a solution? Can someone else confirm this on their instalation?
From what I understand, InnoDB has been the default storage engine since MySQL 5.5.5 and MyISAM is now legacy.
Why is MyISAM used as default? My instalation reports: "MyISAM is the default storage engine on this MySQL server." (go to phpmyadmin/Engines and click on InnoDB/MyISAM)
How is this possible? I also get some tables created as "utf8mb4_unicode_520_ci" which is not supported on live server with mysql 5.5.54.
Can someone explain why this is happening and maybe a solution? Can someone else confirm this on their instalation?