how to get remote mysql database dump to my local machine?

mysql

Solution

Error 28 means you don't have enough disk space

http://www.cyberciti.biz/faq/mysql-error-28-and-solution/

Problem

I have remote server credentials and mysql root password. When I access remote machine and trying to take dump it throws "'Got error 28 from storage engine' when trying to dump tablespaces". So I plan to take the dump from my local machine. So,how can I take the database dump. Thanks in advance!

Original source