diff --git a/html/about/guide.html b/html/about/guide.html index 386127e..dd5fd1c 100755 --- a/html/about/guide.html +++ b/html/about/guide.html @@ -526,7 +526,7 @@ Make sure that: Slave_IO_Running: Yes Slave_SQL_Running: Yes -In MySQL on the replica: +In MySQL on the replica, create the accounts required for the replication tracker and core application:
use wiby; create user 'remote_guest'@'%' identified by 'd0gemuchw0w';