Skip to content

Commit

Permalink
Merge pull request #482 from cybozu-go/fix-usage-doc
Browse files Browse the repository at this point in the history
Fix INSTALL PLUGIN command in the usage document
  • Loading branch information
ymmt2005 authored Nov 30, 2022
2 parents e6fb5b7 + 4afbfc6 commit 1a608e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ After the cloning, MOCO needs to create some user accounts and install plugins.
**On the donor**, you need to install the plugin and create two user accounts as follows:

```console
mysql> INSTALL PLUGIN clone SONAME mysql_clone.so;
mysql> INSTALL PLUGIN clone SONAME 'mysql_clone.so';
mysql> CREATE USER 'clone-donor'@'%' IDENTIFIED BY 'xxxxxxxxxxx';
mysql> GRANT BACKUP_ADMIN, REPLICATION SLAVE ON *.* TO 'clone-donor'@'%';
mysql> CREATE USER 'clone-init'@'localhost' IDENTIFIED BY 'yyyyyyyyyyy';
Expand Down

0 comments on commit 1a608e1

Please sign in to comment.