How to copy only one table to different host/database?

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
aplab
Posts: 4
Joined: Wed 18 Apr 2018 22:26

How to copy only one table to different host/database?

Post by aplab » Sun 22 Apr 2018 08:28

How to copy only one table(tables) to different host/database like SQLYog?

alexa

Re: How to copy only one table to different host/database?

Post by alexa » Mon 23 Apr 2018 09:41

This can be achieved with the Schema/Data Compare features. You would need to, first, compare and synchronize object structure and, then, compare and synchronize object data.

Post Reply