Export a tables from phpMyAdmin (Not the entire database)
You can export the structure of a table, the data of a table or dump both structure and data.
- Select the database
- DO NOT click on any of the tables on the left pane
- Click the export button on top
- Select 'custom' as the export method
- Select the required table from the tables box on the right pane
- Select the format specification option - This could be structure, data or both
- Click 'Go'
Comments