I want to transfer STRUCTURE and DATA from one MySQL server to another MySQL server.
Both MySQL databases are on different servers in different locations.
I do not want to create a sql file (size is to large) What I would like is a way for BOTH MySQL databases to talk to each other and do the copy that way.
I have looked at the MySQL documentation and cannot find what I am looking for.
Any help would be appreciated.
Thanks
Christopher