Database access intro
# Get ready
To connect to the remote MySQL database, it first need to be booked. The MySQL component is optional but pre-booked for database driven software systems.
To be able to connect to the remote database from your computer, also a local development environment with mysql and mysqldump is required for terminal usage. A database GUI such as Workbench or Sequel Ace is another option. Different local development environments come with different paradigms for working with a database. For containerized systems, the database service might not be directly exposed.
# Next steps
- Connect from within the environment
- Database access via terminal from local
- Database access via GUI from local
# Dashboard settings
Found a tpyo?Edit