MySQL database download from remote to local via GUI
Upload a remote database to your local development environment.
# Get ready
- Database access intro
- Database export/import intro
- How to connect to the remote database through a MySQL GUI
# Export from fortrabbit
- Open your MySQL GUI
- Open the remote database connection
- Choose: Server > Data Export from the menu
- Select the remote database name
- Make sure to "Dump Structure and Data"
- Choose a local destination file
- Start the export
# Import to local
- Open your MySQL GUI
- Choose: Server > Data Import from the menu
- Choose your previously generated and downloaded dump file
- Start the import
Found a tpyo?Edit