January 2018
Intermediate to advanced
446 pages
12h 57m
English
You can use the following options to take only a data dump, excluding the schema.
--complete-insert will print the column names in the INSERT statement, which will help when you have extra columns in the modified table:
shell> mysqldump --all-databases --no-create-db --no-create-info --complete-insert > data.sql
Read now
Unlock full access