yes, i got that but,
if the slave is controlled by someone else then there really is nothing to stop that person from replicating all databases right ?
Assuming that's a yes, at least that's how i understand the documentation, how plausable would this set-up be:
A master database, (controlled by me on a server) replicating all its DB's.
A master-assistent database, (also controlled by me, under a different mysql process. Would probably achieve this by using 2 different VPS accounts )
replicating only one specific database from the master.
Any number of slaves, controlled by other people, servers or PC's, using the master-assistant for replication. As the master-assistent only has one DB replicated the slaves can only replicate that single one.
This way i can control who gets access to what.
Sounds like a reasonable solution, is it worth trying it out ?
Or did i miss something somewhere ?