[How To] Dump All Databases in MySQL Server

To damp all MySQL databases, use the –all-databases option.

mysqldump -u username –p password –all-databases > dump.sql

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.