Backup and pack all databases with mysqldump
by Taavi Rammar

Replace user/password before executing following:
mysqldump --opt -u  -p --all-databases  | bzip2 -c > /path/to/backups/mysql_`date +%Y%m%d`.bz2
More information at http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html

Copyright by techTips