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