How to take MySQL database backup using MySQL Workbench?

前端 未结 9 2188
囚心锁ツ
囚心锁ツ 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: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’

提交回复
热议问题