good I have the following panorama
I have a database called Mybase in which there is a table called mytabla on a server
and I have another server where I have a database called Mybase2 in which there is a table called MyTabla2 equal (same columns as the table called mytabla )
Previously because I did not have access to the Mybase database, I migrated the data from table to table with a CSV file
but now that I have accesses I want to know if there is a way to directly migrate data from table to table
The two databases were created in MySQL but they are not on the same server