1

My task is move the particular set of data from db to another db both are mysql but ran in different instances, in that old db i used mappings(one-to-one and one-to-many). If it is possible to move the data like in this scenario?

how i move the particular set of data from one db to another in mysql

1 Answers1

0

Have you tried exporting the data from the old database and import to the new one? As a visual tool, you can use MySQL Workbench for export/import. enter image description here