Whats the best way to backup a MySQL table without file privileges and command line access?
- by asdasd
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?