Use Navicat for MySQL to export data from MySQL, including database table creation scripts and data
Use Navicat for MySQL to export data from MySQL, including database table creation scripts and data
(1) Right-click---> "Dump SQL File ..."
This function is relatively weak, but also relatively simple, directly save the file, including the table structure and data. The execution option cannot be set.
(2) Right-click----> "Data transfer"
If you only want to export the database table structure, do not export data, you can "data transfer" and "advanced" and "record Options" in the check out, then the record is not exported.
You can select and set the content you want to export in the advanced sector
Then, in the general interface set the target to--file, select "SQL Format" and "Encode", click "Start" to export.
Use Navicat to export data from MySQL-including data table creation scripts and data