Update how-to doc to grant PROXY when replicating cluster from outside#381
Merged
morimoto-cybozu merged 1 commit intomainfrom Mar 4, 2022
Merged
Update how-to doc to grant PROXY when replicating cluster from outside#381morimoto-cybozu merged 1 commit intomainfrom
morimoto-cybozu merged 1 commit intomainfrom
Conversation
ymmt2005
suggested changes
Mar 4, 2022
docs/usage.md
Outdated
| mysql> GRANT PROXY ON ''@'' TO 'clone-init'@'localhost' WITH GRANT OPTION; | ||
| ``` | ||
|
|
||
| [^note]: The line of `GRANT PROXY ...` has been added for moco-agent >= 0.6.9 in response to [cybozu-go/moco-agent#58](https://github.com/cybozu-go/moco-agent/pull/58). |
Member
There was a problem hiding this comment.
This section describes a setup for cloning an external mysqld which is not necessarily a moco cluster.
So, I guess this note is misleading or at least is difficult to understand.
Contributor
Author
There was a problem hiding this comment.
Well I'll delete this note.
What I wanted to say was "please don't miss the last line! It has been added!" so this note is just a transient advisory.
Member
There was a problem hiding this comment.
So, shall we write that in the release note?
Signed-off-by: morimoto-cybozu <kenji_morimoto@cybozu.co.jp>
81fbd47 to
8abb74f
Compare
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
to fix #375