Hello, I have a database scheme, containing a table, whichs content should be unique across all databases with this scheme (on several servers as well).
It would be possible to define one database, in which all changes would be made. But what's the easiest way to keep the table consistent in the other databases? At the moment I can only think of reimporting the whole table in all databases any time a change is made or when requested, what seems pretty awkward. Perhaps triggers would be better, but I cannot switch to 5.0 (4.0 is used at the moment). Any ideas? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]