Hello,
Is there an easy way to make a duplicate of a table in phpmyadmin? I only want to copy the structure, not the content.
Thanks for any tips.
Yeah, click on export just the same but this time, unckeck the "data" checkbox. Copy the SQL code and edit the table name if same database then paste it into an SQL window.