Archive for March 18th, 2008

Making Xml dump of MySQL

Tuesday, March 18th, 2008

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 ...