View Full Version : Exporting / Copying a MYSql database structure?
MisterB
07-11-2003, 08:33 PM
I found a programmer who will work on my project, but he wants a copy of my database so he can develop the interface on his server then send it back to me to install.
What files do I need to give him so he has the structure of the database?
Thanks,
MisterB
Spookster
07-11-2003, 08:38 PM
Are you using PHP to interface with your mySQL database? If so you can use something like phpMyAdmin to export the data and/or structure of your tables into one of several formats for him to import.
If you are not using PHP then are other mySQL GUI's that you can use. I don't know any of their names offhand but a search of this forum will find them.
MisterB
07-11-2003, 08:51 PM
I am using PHP, and I do have PHPMyAdmin. Any hints on where to start with that?
Thanks for the roadmap.
MB
See the sticky:
http://www.codingforums.com/showthread.php?s=&threadid=22880
vBulletin® v3.8.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.