Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/clone-plugin-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This command creates a full copy of all databases in the source directory.
On the source server, create a user with the necessary privileges:

```{.bash data-prompt="mysql>"}
mysql> CLONECREATE USER clone_user@'%' IDENTIFIED BY 'password';
mysql> CREATE USER clone_user@'%' IDENTIFIED BY 'password';
mysql> GRANT CLONE_ADMIN ON *.* TO clone_user@'%';
```

Expand Down Expand Up @@ -63,4 +63,4 @@ For more information about the Clone plugin, see:

* [Load the Clone plugin](load-clone-plugin.md)

* [Clone plugin limitations](clone-plugin-limitations.md)
* [Clone plugin limitations](clone-plugin-limitations.md)
Loading