I need to transfer the contents of a schema on one host to a different schema on a second host. I do not have the option to create or rename a schema. All migration tools I have attempted will only export schema and all and attempt to create this database on the new host.
The one utility I've located so far that will transfer tables and data from old host to new host with different schema names is mysqldbcopy, however it returns an error that the source is running an old version. The version they are running is beyond my control.
Can anyone tell me what utility I can use and how to go about it?
The one utility I've located so far that will transfer tables and data from old host to new host with different schema names is mysqldbcopy, however it returns an error that the source is running an old version. The version they are running is beyond my control.
Can anyone tell me what utility I can use and how to go about it?