mysqldump --all-databases > all.sql

Category: Databases & SQL

mysqldump --all-databases > all.sql

Back up every database on the server

Dumps all databases including mysql, the system database that stores user accounts and grants, so restoring migrates authentication too. Restore with mysql < all.sql. Related: mysqldump mydb for one database.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.