davidannis Posted July 13, 2014 Share Posted July 13, 2014 I have 5 tables that I changed on my development server (laptop) that I'd like to upload to my test server. I can export just those tables from PhpMyAdmin but on import it drops all of the other tables first. Short of editing the SQL before I upload it (finding the drop and deleting it) is there an easy way to uncheck a box and change that behavior that I am just not seeing? Link to comment https://forums.phpfreaks.com/topic/289818-best-way-to-import-multiple-tables-with-phpmyadmin/ Share on other sites More sharing options...
Ch0cu3r Posted July 13, 2014 Share Posted July 13, 2014 When exporting databases/tables PHPMyAdmin does provide a wide range of options. Make sure you have unchecked any options which could end up truncating/dropping the table on import. Link to comment https://forums.phpfreaks.com/topic/289818-best-way-to-import-multiple-tables-with-phpmyadmin/#findComment-1484906 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.