Export a single table only.
Section: mysqldump and restore
Dump one table
bash
bash
mysqldump -u root -p app_db users > users.sqlExplanation
Useful for debugging, selective migrations, or sharing one dataset slice.
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