Whats the best way to backup a MySQL table without file privileges and command line access?

Posted by asdasd on Stack Overflow See other posts from Stack Overflow or by asdasd
Published on 2010-06-15T21:40:51Z Indexed on 2010/06/15 21:42 UTC
Read the original article Hit count: 142

Filed under:

Im on a not so great shared hosting plan. I cant get file privileges for mysql so i cant do SELECT INTO outfile, and i dont have command line access so I cant use mysqldump. What can I do to get a decent table backup?

© Stack Overflow or respective owner

Related posts about mysql