Gilles Rayrat wrote:
QUOTE:
Now that I understand your issue better, I don't think there is an easy solution in the connector. Just FYI, here is a snippet of the new version of the doc (not released yet) that explains this user.map problem:
I was a bit afraid it might be something like this. So easiest thing I can do is in user.map like this:
site1/site1pass/dummydb
site2/site2pass/dummydb
And when each database server has same user&passwords, this will work, even if dummydb doesn't exists at target, and native connectors has own database specified? This helps a tiny bit (when same user/pass combo has several databases) I think.
I'll have to rethink my implementation strategy. Bad thing is that there are so many places which has db connector specified, I had hoped tungsten connector to work drop on replacement of mysql in port 3306, catching traffic from there and directing it to right place.