Feb 012009
Export MySQL database as XML file
Answer:
mysqldump allow you to export database contents to XML file with a simple command.
E.g.
# mysqldump my_db my_table --xml
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Export MySQL database as XML file
Answer:
mysqldump allow you to export database contents to XML file with a simple command.
E.g.
# mysqldump my_db my_table --xml