diff --git a/docs/clone-plugin-usage.md b/docs/clone-plugin-usage.md index e3acabc0a0e..51a575ca3d3 100644 --- a/docs/clone-plugin-usage.md +++ b/docs/clone-plugin-usage.md @@ -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@'%'; ``` @@ -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) \ No newline at end of file +* [Clone plugin limitations](clone-plugin-limitations.md)