Вопрос

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

What to do?

Это было полезно?

Решение 2

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

enter image description here

Другие советы

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
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top