I need to generate xml file from mysqldump and get the path for this file
Thanks
I need to generate xml file from mysqldump and get the path for this
Share
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.
mysqldumpoption--xmlwill allow you to write a dump output as an XML file. This file will be created on the client side (your computer), in a path expressed by you. If no absolute path is given, the file will be created in the current working directory.