Linux to the rescue. This sure beats using Export from PhpMyAdmin, it can be slow and may time out with large databases.

mysqldump -a -u USER -p DBNAME > /path/to/backupname.sql

http://www.metatitan.com/mysql/6/how-to-backup-and-restore-large-databases-in-mysql.html