I am currently trying to setup a Prestashop 1.7 instance using Google Cloud Compute Engine and Google Cloud SQL (MySQL 5.7).
I managed to get to the installation page of Prestashop, but when I try to connect it to Cloud SQL, I get the following error:
Your database login does not have the privileges to create table on
the database "prestashop". Ask your hosting provider:
Storage engine MyISAM is disabled (Table creation is disallowed).
I spent a lot of time on this and I can't get it to work. I understand that Prestashop uses InnoDB as a default SQL engine, and so does Cloud SQL.
That's why I don't really understand the source of this error.
Thanks for your help !