SQL workbench and bitnami one-click dream factory install

i have MYSQL workbench and a bitnami one click install server setup and was wondering if it was possible to connect the /rest/db to the sql workbench. any tutorial or instructions would be great.

the DB service is a MySQL database that Bitnami installs with the package (separate from the DreamFactory system database.)
You can get the credentials by doing a get on /api/v2/system/service and look for the service named "db"
These credentials will allow you to connect MySQL Workbench or another SQL manager to the database. Obviously, you have root access as well; you set the root password when you installed the Bitnami package.