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. Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/220935-re-creating-a-database/#findComment-1144065 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.