Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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!

like image 317
ravi ravi Avatar asked Oct 14 '22 22:10

ravi ravi


1 Answers

Error 28 means you don't have enough disk space

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

like image 195
leonm Avatar answered Oct 24 '22 10:10

leonm