I'm trying to export / migrate a DB from one server to another, I have the 2 connections in Workbench
and the problem is that the bases have different names, I want to take the base to export let's call it test and I want to export it to test1 and test2 .
Exports are created with the Schema test then I can not export it to those other 2 ... does anyone know how to change the name?
One solution would be to change the inserts one by one ... a stick.
Another would be to migrate, export but export one .sql per table so it is a stick when you have many tables ...
Any other ideas?