To copy a database table with phpMyAdmin, please do the following:
1. Select the database where the table exists.
2. Click the table you want to copy.
3. Click the "Operations" tab. When copying a table, you can choose to copy the table structure only, the data only, or both.
4. Copying a table actually creates a new table altogether, so we have to give a name for the new table.
5. When ready, click "Go".
Useful Links