Informatica ActiveVOS
- Informatica ActiveVOS 9.2.7
- All Products
my-innodb-heavy-4G.ini
server-id = 1 replicate-same-server-id = 0 auto-increment-increment = 2 auto-increment-offset = 1 master-connect-retry = 60 sync_binlog=1 log-bin = C:\mysql\log\log-bin.log # change this to a path/name appropriate to your system relay-log=MySQLStreamA-relay-bin # replicate all changes to activevos database, but ignore specific tables replicate-ignore-table=activevos.AeCounter replicate-ignore-table=activevos.AeMetaInfo replicate-ignore-table=activevos.AeLock replicate-ignore-table=activevos.AeURNValues
server-id = 2 replicate-same-server-id = 0 auto-increment-increment = 2 auto-increment-offset = 2 master-connect-retry = 60 sync_binlog=1 log-bin = C:\mysql\log\log-bin.log # change this to a path/name appropriate to your system relay-log=MySQLStreamB-relay-bin # replicate all changes to activevos database, but ignore specific tables replicate-ignore-table=activevos.AeCounter replicate-ignore-table=activevos.AeMetaInfo replicate-ignore-table=activevos.AeLock replicate-ignore-table=activevos.AeURNValues
CHANGE MASTER TO MASTER_HOST='[ip address or hostname of master]', MASTER_USER='replication', MASTER_PASSWORD='activevos'
mysql_config\bin\multisite_test