Dump sql file to ClearDB in Heroku

后端 未结 4 735
萌比男神i
萌比男神i 2021-01-30 09:33

I have a sql file that I want to be dumped into a MySQL database that I have in Heroku using the ClearDB addon. When dumping in local I do the following:

mysql          


        
4条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-30 10:32

    You might be able to do something like this

    mysql --host=us-cdbr-east.cleardb.com --user=b5xxxxx7 --password=37d8faad --reconnect heroku_xxxxxx < my_dump_file.sql
    

提交回复
热议问题