我之前詢問過沒有得到任何回覆的question。如何使用url連接到postgresql
基本上,當我嘗試做heroku db:push
時,得到一個錯誤invalid database url
。
我想我可以嘗試明確提供數據庫url。
我想:
heroku db:push postgres://[email protected]/myrailsdb
但是,這給了錯誤:
Failed to connect to database:
Sequel::DatabaseConnectionError -> PGError fe_sendauth: no password supplied
什麼是提供用戶名和密碼的格式?
如果你的本地數據庫用戶沒有密碼該怎麼辦? – mkirk 2011-11-15 04:13:37
只需放下密碼即'db push postgres:// username @ localhost/myrailsdb' – 2011-11-15 21:31:41
如果沒有提供密碼,將會出現錯誤 無法連接到數據庫: Sequel :: DatabaseConnectionError - > PGError fe_sendauth :沒有提供密碼 – user181677 2012-02-03 02:32:12