Database access intro
Reviewedbyfl
Markdown ↓🔑
Connect to your remote database.
Connect to your remote MySQL database using terminal or GUI tools from your local environment.
Get ready
To connect to the remote MySQL database, it first needs 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