HostOnion
To Back up all of your databases, run the following command:
$ mysqldump --all-databases > /root/all_databases.sql
The above command will dump a sql version of your database backup in the root directory.