MySQL database upload from local to remote by GUI

Upload a local database to the fortrabbit remote via a graphical user interface.

# Get ready

# Export from local

  1. Open your MySQL GUI
  2. Open your local database connection
  3. Choose: Server > Data Export from the menu
  4. Select your local database name
  5. Make sure to "Dump Structure and Data"
  6. Choose a local destination file
  7. Start the export

# Import to fortrabbit

  1. Open your MySQL GUI
  2. Open the remote database connection
  3. Choose: Server > Data Import from the menu
  4. Choose your previously generated dump file
  5. Start the import

Found a tpyo?Edit