up vote 2 down vote favorite
share [g+] share [fb]

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..

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

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|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.