[DOC] Typo on Six steps to Replication Page

Bug #1059945 reported by Omer Hasan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona XtraBackup moved to https://jira.percona.com/projects/PXB
Fix Released
Low
Hrvoje Matijakovic
2.0
Fix Released
Low
Hrvoje Matijakovic
2.1
Fix Released
Low
Hrvoje Matijakovic

Bug Description

[In:Percona XtraBackup Documentation]

On http://www.percona.com/doc/percona-xtrabackup/howtos/setting_up_replication.html

On the second to last code block:

TheNEWSlave|mysql> CHANGE MASTER TO
                   MASTER_HOST='$masterip'
                   MASTER_USER='repl',
                   MASTER_PASSWORD='$slavepass',
                   MASTER_LOG_FILE='TheMaster-bin.000001',
                   MASTER_LOG_POS=481;

There is a missing comma after MASTER_HOST and should read:

TheNEWSlave|mysql> CHANGE MASTER TO
                   MASTER_HOST='$masterip',
                   MASTER_USER='repl',
                   MASTER_PASSWORD='$slavepass',
                   MASTER_LOG_FILE='TheMaster-bin.000001',
                   MASTER_LOG_POS=481;

Tags: doc

Related branches

Changed in percona-xtrabackup:
status: New → Confirmed
assignee: nobody → Hrvoje Matijakovic (hrvojem)
Changed in percona-xtrabackup:
importance: Undecided → Low
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PXB-855

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.