elmas156 Posted December 7, 2010 Share Posted December 7, 2010 Hello everyone, I don't know a great deal about MySQL, or any other database for that matter, so I'm hoping someone can help me out here and make things a little easier for me. I have a site that uses a MySQL database with about 9 tables. I'm going to have to move my site to another server soon but I want to avoid having to re-create my database and all the tables from scratch using PHPMyAdmin. I do not need to keep any of the current information in the database, only the structure needs to be the same. Is there a way that I can easily re-create my database by exporting it or some other method? Any advise is appreciated. Link to comment https://forums.phpfreaks.com/topic/220935-re-creating-a-database/ Share on other sites More sharing options...
Pikachu2000 Posted December 7, 2010 Share Posted December 7, 2010 Yes. Do you use phpMyAdmin? If so, there should be an 'Export' tab at the top. If all you need is the structure, you can uncheck the 'data' section. Link to comment https://forums.phpfreaks.com/topic/220935-re-creating-a-database/#findComment-1144065 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.