SUPER,REPLICATION CLIENT prev to external MySQL user
I'm trying to create an MySQL slave, but I'm not able to grant SUPER,REPLICATION CLIENT
to the external powerdns
user.
I'm using phpMyAdmin and granted ALL PRIVILEGES
to the powerdns
user, but it still isn't working..
Command SHOW SLAVE STATUS;
on external host/client (=powerdns user):
ERROR 1227 (42000): Access denied; you need the SUPER,REPLICATION CLIENT privilege for this operation
Command SHOW GRANT;
on external host/client (=powerdns user):
+-----------------------------------------------------------------------------------------------------------------------------------------------+
| Grants for powerdns@xx.xx.xx.xxx |
+-----------------------------------------------------------------------------------------------------------------------------------------------+
| GRANT ALL PRIVILEGES ON *.* TO 'powerdns'@'xx.xx.xx.xxx' IDENTIFIED BY PASSWORD '*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' WITH GRANT OPTION |
+-----------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.03 sec)
What I'm doing wrong over here? I'm sure I'm logged to the correct users.
mysql privileges replication
add a comment |
I'm trying to create an MySQL slave, but I'm not able to grant SUPER,REPLICATION CLIENT
to the external powerdns
user.
I'm using phpMyAdmin and granted ALL PRIVILEGES
to the powerdns
user, but it still isn't working..
Command SHOW SLAVE STATUS;
on external host/client (=powerdns user):
ERROR 1227 (42000): Access denied; you need the SUPER,REPLICATION CLIENT privilege for this operation
Command SHOW GRANT;
on external host/client (=powerdns user):
+-----------------------------------------------------------------------------------------------------------------------------------------------+
| Grants for powerdns@xx.xx.xx.xxx |
+-----------------------------------------------------------------------------------------------------------------------------------------------+
| GRANT ALL PRIVILEGES ON *.* TO 'powerdns'@'xx.xx.xx.xxx' IDENTIFIED BY PASSWORD '*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' WITH GRANT OPTION |
+-----------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.03 sec)
What I'm doing wrong over here? I'm sure I'm logged to the correct users.
mysql privileges replication
So you're saying that the remote user logs in, gets that response toSHOW GRANTS;
, and then immediately can't runSHOW SLAVE STATUS;
?
– Michael - sqlbot
Jan 14 '14 at 4:28
Fixed by copying ROOT..
– Wouter0100
Jan 15 '14 at 8:19
Which "ROOT" are you talking about, and how did you "copy" it?
– Michael - sqlbot
Jan 15 '14 at 11:12
root user in phpmyadmin. "Copy user".
– Wouter0100
Jan 17 '14 at 20:53
add a comment |
I'm trying to create an MySQL slave, but I'm not able to grant SUPER,REPLICATION CLIENT
to the external powerdns
user.
I'm using phpMyAdmin and granted ALL PRIVILEGES
to the powerdns
user, but it still isn't working..
Command SHOW SLAVE STATUS;
on external host/client (=powerdns user):
ERROR 1227 (42000): Access denied; you need the SUPER,REPLICATION CLIENT privilege for this operation
Command SHOW GRANT;
on external host/client (=powerdns user):
+-----------------------------------------------------------------------------------------------------------------------------------------------+
| Grants for powerdns@xx.xx.xx.xxx |
+-----------------------------------------------------------------------------------------------------------------------------------------------+
| GRANT ALL PRIVILEGES ON *.* TO 'powerdns'@'xx.xx.xx.xxx' IDENTIFIED BY PASSWORD '*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' WITH GRANT OPTION |
+-----------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.03 sec)
What I'm doing wrong over here? I'm sure I'm logged to the correct users.
mysql privileges replication
I'm trying to create an MySQL slave, but I'm not able to grant SUPER,REPLICATION CLIENT
to the external powerdns
user.
I'm using phpMyAdmin and granted ALL PRIVILEGES
to the powerdns
user, but it still isn't working..
Command SHOW SLAVE STATUS;
on external host/client (=powerdns user):
ERROR 1227 (42000): Access denied; you need the SUPER,REPLICATION CLIENT privilege for this operation
Command SHOW GRANT;
on external host/client (=powerdns user):
+-----------------------------------------------------------------------------------------------------------------------------------------------+
| Grants for powerdns@xx.xx.xx.xxx |
+-----------------------------------------------------------------------------------------------------------------------------------------------+
| GRANT ALL PRIVILEGES ON *.* TO 'powerdns'@'xx.xx.xx.xxx' IDENTIFIED BY PASSWORD '*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' WITH GRANT OPTION |
+-----------------------------------------------------------------------------------------------------------------------------------------------+
1 row in set (0.03 sec)
What I'm doing wrong over here? I'm sure I'm logged to the correct users.
mysql privileges replication
mysql privileges replication
edited Feb 19 '17 at 12:09
a CVn
24.3k873119
24.3k873119
asked Jan 13 '14 at 22:58
Wouter0100Wouter0100
131127
131127
So you're saying that the remote user logs in, gets that response toSHOW GRANTS;
, and then immediately can't runSHOW SLAVE STATUS;
?
– Michael - sqlbot
Jan 14 '14 at 4:28
Fixed by copying ROOT..
– Wouter0100
Jan 15 '14 at 8:19
Which "ROOT" are you talking about, and how did you "copy" it?
– Michael - sqlbot
Jan 15 '14 at 11:12
root user in phpmyadmin. "Copy user".
– Wouter0100
Jan 17 '14 at 20:53
add a comment |
So you're saying that the remote user logs in, gets that response toSHOW GRANTS;
, and then immediately can't runSHOW SLAVE STATUS;
?
– Michael - sqlbot
Jan 14 '14 at 4:28
Fixed by copying ROOT..
– Wouter0100
Jan 15 '14 at 8:19
Which "ROOT" are you talking about, and how did you "copy" it?
– Michael - sqlbot
Jan 15 '14 at 11:12
root user in phpmyadmin. "Copy user".
– Wouter0100
Jan 17 '14 at 20:53
So you're saying that the remote user logs in, gets that response to
SHOW GRANTS;
, and then immediately can't run SHOW SLAVE STATUS;
?– Michael - sqlbot
Jan 14 '14 at 4:28
So you're saying that the remote user logs in, gets that response to
SHOW GRANTS;
, and then immediately can't run SHOW SLAVE STATUS;
?– Michael - sqlbot
Jan 14 '14 at 4:28
Fixed by copying ROOT..
– Wouter0100
Jan 15 '14 at 8:19
Fixed by copying ROOT..
– Wouter0100
Jan 15 '14 at 8:19
Which "ROOT" are you talking about, and how did you "copy" it?
– Michael - sqlbot
Jan 15 '14 at 11:12
Which "ROOT" are you talking about, and how did you "copy" it?
– Michael - sqlbot
Jan 15 '14 at 11:12
root user in phpmyadmin. "Copy user".
– Wouter0100
Jan 17 '14 at 20:53
root user in phpmyadmin. "Copy user".
– Wouter0100
Jan 17 '14 at 20:53
add a comment |
1 Answer
1
active
oldest
votes
Did you as changes to user are not noticed until you do this or login again?
flush privileges;
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f701261%2fsuper-replication-client-prev-to-external-mysql-user%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Did you as changes to user are not noticed until you do this or login again?
flush privileges;
add a comment |
Did you as changes to user are not noticed until you do this or login again?
flush privileges;
add a comment |
Did you as changes to user are not noticed until you do this or login again?
flush privileges;
Did you as changes to user are not noticed until you do this or login again?
flush privileges;
answered Aug 28 '14 at 16:54
zzapperzzapper
18126
18126
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f701261%2fsuper-replication-client-prev-to-external-mysql-user%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
So you're saying that the remote user logs in, gets that response to
SHOW GRANTS;
, and then immediately can't runSHOW SLAVE STATUS;
?– Michael - sqlbot
Jan 14 '14 at 4:28
Fixed by copying ROOT..
– Wouter0100
Jan 15 '14 at 8:19
Which "ROOT" are you talking about, and how did you "copy" it?
– Michael - sqlbot
Jan 15 '14 at 11:12
root user in phpmyadmin. "Copy user".
– Wouter0100
Jan 17 '14 at 20:53