I am trying to populate a 2nd gen cloud sql instance (v5.7) with a database dump currently running on 1st gen cloud SQL. It has some triggers:
/*!50003 C
I had the same problem. How about the following operation ? 1. download the exported .sql file on the Cloud Strage 2.connect to Cloud SQL as root on CLI 3. import(e.g. source xxx.sql) It worked well.