>[EMAIL PROTECTED] >I need to keep the users, groups ,roles, ... all the security tables in >sync with an authoritative "master" database.
To make sure I understand: You need multiple databases to contain the same records in some table, and you want the records to be quickly updated between the servers, and scheduled batch updates would not be soon enough for you? If the databases are using the same database software you may want to look into the vendor's replication schemes. MySQL, PGSQL, SqlServer, Sybase and Oracle all support replication to a greater or lesser extent. I couldn't find it, but I thought I remembered somebody recently reporting that they have been successfully replicating between MySQL databases. Am I hallucinating? It is the end of a long day, so I wouldn't put it past me... Chris -- To unsubscribe, e-mail: <mailto:turbine-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-user-help@;jakarta.apache.org>
