Category: mysql

  • Advanced mysql replication: how to replicate only certain tables

    The title is actually misleading just because I wanted to keep it short.What I wanted to achieve was to replicate 2 databases on another mysql server. Furthermore the replicated database should have different names from the sources and one of the 2 databases needed to be replicated only on a subset of tables. I couldn’t really…