Let's see if I got that right.
I for example have like this currently:
dbuser: site1, pass: site1pass, db: site1
dbuser: site2, pass: site2pass, db: site2
dbuser: siteN, pass: siteNpass, db: siteN
and in user.map there would be
dummy dummypass dummydb default
I have understood that user.map must have user&pass used to connect that connector. So what I put above wouldn't work, it should be like:
site1 site1pass dummydb default
site2 site2pass dummydb default
Which I don't see how that would help my situation.
All databases which this one connector would be connecting (via router or directly, whichever works) could be identical, so user&pass would be the same.
Or have I read implementation documents wrong? I have in mind this kind of flow:
php applications (webpages ->
tungsten connector ->
tungsten router ->
mysql server(s)
Each mysql server would then be keeped in sync with tungsten replicator.
Am I making any sense here, or do I try to achieve something what isn't ment to be possible? Hopefully not.
