How to take MySQL database backup using MySQL Workbench?
问题 How to take database backup using MySQL Workbench? Can we take backup in the following ways- Backup file(.sql) contains both Create Table statements and Insert into Table Statements Backup file(.sql) contains only Create Table Statements, not Insert into Table statements for all tables Backup file(.sql) contains only Insert into Table Statements, not Create Table statements for all tables 回答1: For Workbench 6.0 Open MySql workbench. To take database backup you need to create New Server