mlab重置数据库密码
mlab resetting database password
我在 Heroku 上使用 mLab 来托管我的数据库,但我忘记了我的数据库密码。
除了 mLab 网站上的以下内容外,我找不到任何有关重置数据库密码的信息:
"it is possible that you’re mistakenly using the username and password that you use to log into your mLab account rather than the database user’s username and password. This is a common point of confusion because they are not necessarily the same."
有谁知道在 mLab 上重置 数据库 密码(不是我的用户密码)的方法吗?
所以我在使用数据库的项目上通过 运行 Heroku 配置解决了我自己的问题,它提供了密码(我绝对没有设置)。
原来数据库密码是由Heroku设置的。那真是令人沮丧。
只是稍微补充一下这个 post 的已接受答案:
转到 selected 应用程序的 "Settings" 选项卡,然后 select "Reveal Config Vars"
您的 MongoDB 用户名和密码将在 MONGODB_URI
:
mongodb://USERNAME:PASSWORD@XXXXXX.mlab.com:13320/heroku_XXXXXX
我在 Heroku 上使用 mLab 来托管我的数据库,但我忘记了我的数据库密码。 除了 mLab 网站上的以下内容外,我找不到任何有关重置数据库密码的信息:
"it is possible that you’re mistakenly using the username and password that you use to log into your mLab account rather than the database user’s username and password. This is a common point of confusion because they are not necessarily the same."
有谁知道在 mLab 上重置 数据库 密码(不是我的用户密码)的方法吗?
所以我在使用数据库的项目上通过 运行 Heroku 配置解决了我自己的问题,它提供了密码(我绝对没有设置)。
原来数据库密码是由Heroku设置的。那真是令人沮丧。
只是稍微补充一下这个 post 的已接受答案:
转到 selected 应用程序的 "Settings" 选项卡,然后 select "Reveal Config Vars"
您的 MongoDB 用户名和密码将在 MONGODB_URI
:
mongodb://USERNAME:PASSWORD@XXXXXX.mlab.com:13320/heroku_XXXXXX