Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Content imported from a Scroll Translations translation file.

...

Sv translation
languagede

Status
colourRed
titleThis page is only available in English

Sv translation
languagefr
Note

Status
colourRed
title

Translations Ignore


Code Block
# On the master mysql> SHOW MASTER STATUS\G # On the slave # Use the values for <Name Logfile> and <Position LogFile> from the output above: mysql> CHANGE MASTER TO MASTER_HOST='acd-dbm',MASTER_USER='repl',MASTER_PASSWORD='<password>',MASTER_LOG_FILE='<Name LogFile>', MASTER_LOG_POS=<Position LogFile>; # On the slave - start the Slave mysql> START SLAVE; # On the slave - check status mysql> SHOW SLAVE STATUS\G