Remote connect to clearDB heroku database

前端 未结 13 1851
故里飘歌
故里飘歌 2020-11-30 18:26

How can i perform a remote connect to ClearDB MySQL database on heroku using for example MySQL Query Browser. Where to get url, port, login and password?

13条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-30 18:46

    should consider getting the credentials of vars in heroku configurations (Config Vars):

    CLEARDB_DATABASE_URL

提交回复
热议问题