Skip to content

How to get access to mysql database

Maryam Labib edited this page Mar 1, 2018 · 9 revisions
  1. bosh ssh onto the database instance
  2. sudo su
  3. bosh manifest and locate the ccdb password
  4. /var/vcap/packages/mariadb/bin/mysql -ucloud_controller -p"PASSWORD" -P 3306 -h sql-db.service.cf.internal cloud_controller
Clone this wiki locally