How to take MySQL database backup using MySQL Workbench?

前端 未结 9 2186
囚心锁ツ
囚心锁ツ 2020-11-30 18:17

How to take database backup using MySQL Workbench? Can we take backup in the following ways-

  1. Backup file(.sql) contains both Create Table statements and Insert
相关标签:
9条回答
  • 2020-11-30 18:22

    In Workbench 6.3 it is supereasy:

    1. On the "HOME"-view select one of the MySQL Connections: (localhost)
    2. In the "Localhost" view click on "Server"--> "Data export"
    3. In the "Data Export" view select the table(s) and whether you want to export only their structure, or structure and data,...
    4. Click "Start Export"
    0 讨论(0)
  • 2020-11-30 18:23
    1. On ‘HOME’ page -- > select 'Manage Import / Export' under 'Server Administration'

    2. A box comes up... choose which server holds the data you want to back up.

    3. On the 'Export to Disk' tab, then select which databases you want to export.

    4. If you want all the tables, select option ‘Export to self-contained file’, otherwise choose the other option for a selective restore

    5. If you need advanced options, see other post, otherwise then click ‘Start Export’

    0 讨论(0)
  • In Window in new version you can export like this

    0 讨论(0)
  • 2020-11-30 18:26

    In Workbench 6.3 go to Server menu and then Choose Data Export. The dialog that comes up allows you to do all three things you want.

    0 讨论(0)
  • 2020-11-30 18:30

    Sever > Data Export

    Select database, and start export

    0 讨论(0)
  • 2020-11-30 18:35

    I am using MySQL Workbench 8.0:

    0 讨论(0)
提交回复
热议问题