To backup the databases please do the following:
Login to your control panel and click Backups.
Under Download a MySQL Database Backup, click the name of the database.
Click Save As.
Select a destination for where you would like the back up to be saved, locally.
If you have root access, you can backup using the following command.
mysqldump yourdbname > yourdbname.sql
Cheers!!!