Frage

I need to export my database in mysql workbench to a file .sql.

What to do?

War es hilfreich?

Lösung 2

try this and select export to self constrained file .sql along with the path.

enter image description here

Andere Tipps

In MySql Workbench version 8.0 you can just follow the next steps

  1. Go to Server tab
  2. Go to Database Export

This opens up something like this

MySQL Workbench

  1. Select the schema to export in the Tables to export
  2. Click on Export to Self-Contained file
  3. Check if Advanced Options... are exactly as you want the export
  4. Click the button Start Export
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top