Hi, I would like to know if there is anyway of moving a partitioned InnoDB table from one MySQL 5.6 instance to another, moving regular InnoDB tables is straightforward using transportable tablespaces ( [url]http://dev.mysql.com/doc/refman/5.6/en/tablespace-copying.html[/url] ). but there are limitations to this procedure that it only applies to regular tables and not partitioned tables.
Is anyone aware of a way of moving such tables, partial mysql backups?
Appreciate your help.
Regards,
Ramki