Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用我的应用程序和客户端的密码访问我的 CloudBees 托管数据库 (MySQL) - 我如何获得它?
首先,您需要安装命令行工具
跑
bees db:info -p youraccount/dbname
这将显示您需要的所有详细信息。
(-p 表示在终端显示密码,默认不显示)。
如果您使用“bees app:bind” - 或 clickstart 为您设置数据库绑定 - 您的应用程序在 cloudbees 中运行时应该已经连接到数据库(您不需要在此查看密码)案子)。