Export rows without CREATE statements.
Section: mysqldump and restore
Dump data only
bash
bash
mysqldump -u root -p --no-create-info app_db > app_db-data.sqlExplanation
Handy when the schema already exists and you only need data.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing mysqldump and restore