I don’t have shell access so can’t use the mysqldump command
Also the use of sentences like SELECT * INTO OUTFILE are restricted
SOLVED: I’ve found several PHP scripts/libraries/classes in google code.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Than a
SELECT * FROMand afterwards afile_put_contents()Otherwise explain why not doing one of the following!
What do you want the output to look like? If it should look like a regular dump file, that good luck in writing your own PHP to mysql dump file converter.