if you have access with SSH than use Commands to Get DB backup in within 5 to 10 sec.

mysql -h servername -u dbusername -p databasename < backupname.sql
servername= localhost
dbusername=you already know that
databasename=you know that too

when you press enter it will ask database password.

Use Putty for SSH is good and lite weight.