MySQL workbench : How to export mysql database to .sql file?

前端 未结 2 2076
遥遥无期
遥遥无期 2021-02-07 10:47

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

What to do?

Can anyone help me please?

Thanks and regards

2条回答
  •  春和景丽
    2021-02-07 10:55

    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

    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

提交回复
热议问题