graham23s Posted August 11, 2007 Share Posted August 11, 2007 Hi Guys, i was wondering is there any way when exporting your tables to a filename.sql to just export the table structure and not all the inputted data without having to delete it all? thanks guys Graham Link to comment https://forums.phpfreaks.com/topic/64372-when-exporting-tables-to-filesql/ Share on other sites More sharing options...
fenway Posted August 20, 2007 Share Posted August 20, 2007 You can run CREATE TABLE LIKE 'yourTABLE' for each table in a script. Link to comment https://forums.phpfreaks.com/topic/64372-when-exporting-tables-to-filesql/#findComment-329185 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.