How to take MySQL database backup using MySQL Workbench?

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

提交回复
热议问题