I have a huge db that hangs the server if I try to export it, is there a way I can export it without all the data? Only the tables structure.

link|improve this question

60% accept rate
Should be on stackoverflow.com – JNK Jul 28 '10 at 1:24
@JNK - not really, it's about the use of phpmyadmin here, more than about the database itself. – Gnoupi Jul 28 '10 at 7:29
1  
i tought stackoverflow was for coding, im not trying to code anything here – fazpas Jul 29 '10 at 19:16
feedback

2 Answers

up vote 6 down vote accepted

In the Export tab for your database, there's a checkbox on the lower right that says Data.

Uncheck it and you should only have the bare structure in your export file.

alt text

link|improve this answer
feedback

There is a checkbox called "Data". Untick it and phpMyAdmin should only return the table structure.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.