export all databases in mysql command line code example Example: export all databases mysql # Export mysqldump -u root -p --all-databases > all.sql