Databases: MySQL DB Schema to XML and XML to Schema
Tofeeq ur Rehman (contact me)
This package can be used to export and install a MySQL database schema to XML format.
There is a class that can retrieve the schema of tables of a MySQL database and export its definitions of XML file.
Another class can do the opposite, i.e. read the definitions of a MySQL database schema from a XML file and update the currently installed database schema to match the definitions from the XML file.
Click here for detailed information about this class on phpclasses.org