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.
Asked
Active
Viewed 1e+01k times
4 Answers
35
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.

Gareth
- 19,080
Kenny Rasschaert
- 1,042
25
With the newer phpmyadmin versions, in the export tab for your database or table click on custom.

Under Format-specific options click dump table -> structure

Ismail
- 409
0
There is a checkbox called "Data". Untick it and phpMyAdmin should only return the table structure.
maschka
- 195
- 3
- 6
