Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# Auf den jeweiligen Master (auch bei Master-Master)
mysql -u root -p<password> -e "SHOW MASTER STATUS\G"


# Auf den Slave
# Hier <acd-dbm> sowie <Name Logfile> sowieund <Position LogFile> anpassen:
CHANGE MASTER TO MASTER_HOST='acd<acd-dbmdbm>',MASTER_USER='repl',MASTER_PASSWORD='<passwort>',MASTER_LOG_FILE='<Name LogFile>', MASTER_LOG_POS=<Position LogFile>;

...