SUPER,REPLICATION CLIENT prev to external MySQL user












0














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.










share|improve this question
























  • 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










  • 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
















0














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.










share|improve this question
























  • 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










  • 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














0












0








0







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.










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 19 '17 at 12:09









a CVn

24.3k873119




24.3k873119










asked Jan 13 '14 at 22:58









Wouter0100

131127




131127












  • 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










  • 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










  • 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










1 Answer
1






active

oldest

votes


















0














Did you as changes to user are not noticed until you do this or login again?



flush privileges;





share|improve this answer





















    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    Did you as changes to user are not noticed until you do this or login again?



    flush privileges;





    share|improve this answer


























      0














      Did you as changes to user are not noticed until you do this or login again?



      flush privileges;





      share|improve this answer
























        0












        0








        0






        Did you as changes to user are not noticed until you do this or login again?



        flush privileges;





        share|improve this answer












        Did you as changes to user are not noticed until you do this or login again?



        flush privileges;






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Aug 28 '14 at 16:54









        zzapper

        18126




        18126






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

            Mangá

             ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕