I am trying to export a DataBase to my MySQL Workbench, but I am having problems creating INSERT statements in a .sql file.
I want to export data, I am doing reverse engineering for the database I want to export. Then, let's move on to
File / Export / Forward Engineer SQL CREATE Script
And once there, I select the option Generate INSERT statements for tables .
The result only generates code for the create tables.
Can I create insert statements for data?
thank
mysql mysql-workbench
Alvaro Nov 06 2018-12-12T00: 00Z
source share