01110100110101010101011101100010
Making Xml dump of MySQL
Yesterday when i was trying/searching for a way to generate XML file from PHP so as to use it in Project 11, i came across a way to make a direct database/table dump from mysql and its damn easy all you have to do is type
mysqldump -u username -p --xml databasename > data.xml
and it will dump whole database into the data.xml file enjoy!!!!
PS:- Info about Project 11 coming up…..
| Print article | This entry was posted by Ankur Shrivastava on March 18, 2008 at 3:50 pm, and is filed under Life, Linux, Special. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |



