mysql export all-databases and users code example Example: export all databases mysql # Export mysqldump -u root -p --all-databases > all.sql