vote up 2 vote down star

Hi. I have a mysql database. I would like to export the tables/structure to a script.

Don't need the data, just a script to create all tables I have.

I have phpmyadmin..

Thanks.

flag
2  
STACK OVERFLOW PLEASE.... – joe Oct 30 at 10:37
1  
No. The question would be closed on stackoverflow because it is not programming related. Exporting and importing data from a database is something for superusers. – Manni Oct 30 at 10:56
If he's creating a script to set up a duplicate of his MySQL database somewhere else, I think it'd fall under SO's purview. Asking how to install MySQL would be a different matter, though... – Kaji Dec 13 at 13:16

1 Answer

vote up 2 vote down check

select your database go to Export tab then check structure checkbox and uncheck data check box then at bottom check save as check box and write your script name and push go button.

link|flag
Spot on the mark. – Kaji Dec 13 at 13:15

Your Answer

Get an OpenID
or
never shown

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