Reverse Engineer MySQL db Table -> db.xml
Permalink 2 users found helpful
This is getting annoying - I've got these huge tables that already exist and it's getting a little old having to manually create the db.xml file... I tried the one here:
http://www.tangraframework.net/mysql_axmls.php...
But it seems to generate an error for anything but a really simple table.
Any ideas? suggestions? I'm really not in the mood to manually create the db.xml file if I can help it :(
http://www.tangraframework.net/mysql_axmls.php...
But it seems to generate an error for anything but a really simple table.
Any ideas? suggestions? I'm really not in the mood to manually create the db.xml file if I can help it :(
1. Download ADODB5http://sourceforge.net/projects/adodb/files/adodb-php5-only/adodb-5...
2. unzip it into a folder on your server
3. create a page for performing the extract (I called mine dbextract.php):
4. visit the page you created (e.g.http://localhost/dbextract.php)...
5. Save the file