Update guide.html

This commit is contained in:
wibyweb 2022-07-13 22:18:56 -04:00 committed by GitHub
parent d12811c6f6
commit 70357239c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -526,7 +526,7 @@ Make sure that:
Slave_IO_Running: Yes
Slave_SQL_Running: Yes
</pre>
In MySQL on the replica:
In MySQL on the replica, create the accounts required for the replication tracker and core application:
<pre>
use wiby;
create user 'remote_guest'@'%' identified by 'd0gemuchw0w';