2

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

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

I have access to PhpMyAdmin.

0

1 Answer 1

3

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.

0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .