开发者

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

开发者 https://www.devze.com 2023-01-22 08:18 出处:网络
I have remote server credentials and mysql root password. When I access remote machine and trying to take dumpit throws \"\'Got error 28 from storage engine\' when trying to dump tablespaces\". So I p

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 开发者_Go百科advance!


Error 28 means you don't have enough disk space

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


I've never seen that error so got curious and googled it.

http://drupal.org/node/44160 seems to suggest you are out of space on your HD.


I had the same issue right after filling /tmp to 100% doing a temp backup.

0

精彩评论

暂无评论...
验证码 换一张
取 消