Export DataBase with MySQL Workbench with INSERT statements

后端 未结 7 2176
借酒劲吻你
借酒劲吻你 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:32

    If you want to export just single table, or subset of data from some table, you can do it directly from result window:

    1. Click export button:

    2. Change Save as type to "SQL Insert statements"

提交回复
热议问题