The SQL command SHOW CREATE TABLE table_name will output the SQL which can be used to recreate a given table structure.
If using phpMyAdmin, you can select the desired database, then select the "Export" tab. Select the "SQL" option in the "Export" section, leave the "Structure" option checked, but uncheck the "Data" option, then click "Go".