Triggers cloud sql 2nd generation

前端 未结 3 1681
臣服心动
臣服心动 2020-12-06 18:28

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         


        
3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-06 18:36

    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.

提交回复
热议问题