Is there a way to force the database restore part of the process to create the database using Innodb as the storage engine instead of MyISAM?
Both our hosting provider and my localhost run MariaDB (I use XAMPP), but my localhost has Innodb as the default storage engine while our provider has MyISAM. As it is a shared server, it is unlikely that I will be able to get them to change their default.
This is causing me serious problems with Community Builder which requires Innodb once a table row gets beyond a certain size. The relevant tables themselves are Innodb (though others are myISAM).
I have done restores using Kickstart to my localhost from the live site several times without problems and it recreates the database to use Innodb as the storage engine by default.
I am out of my comfort zone here, as I have little knowledge of server management.
Thank you