Export DataBase with MySQL Workbench with INSERT statements

后端 未结 7 2185
借酒劲吻你
借酒劲吻你 2020-12-13 12:19

I am trying to export the DataBase i have at MySQL Workbench but I am having troubles to generate the INSERT statements on the .sql file.

I order to export the data,

7条回答
  •  不思量自难忘°
    2020-12-13 12:38

    For older versions:

    Open MySQL Workbench > Home > Manage Import / Export (Right bottom) / Select Required DB > Advance Exports Options Tab >Complete Insert [Checked] > Start Export.


    For 6.1 and beyond, thanks to ryandlf:

    Click the management tab (beside schemas) and choose Data Export.

提交回复
热议问题