arunsv84

Well-Known Member
Oct 20, 2008
372
1
68
127.0.0.1
cPanel Access Level
Root Administrator
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!!!