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

前端 未结 2 2024
遥遥无期
遥遥无期 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:54

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

    enter image description here

    0 讨论(0)
  • 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
    0 讨论(0)
提交回复
热议问题