Error: The user specified as a definer ('Admin'@'%') does not existDatabase user specified as a...

Does copper wire need to say it's copper?

Trying to detect if any checked values contains a specific string

What's the winning box for the King in a Queen against 7th rank Bishop-pawn endgame?

Was there a pre-determined arrangement for the division of Germany in case it surrendered before any Soviet forces entered its territory?

I have trouble understanding this fallacy: "If A, then B. Therefore if not-B, then not-A."

Is there a way to pause a running process on Linux systems and resume later?

Count repetitions of an array

Given a total recursive function, can you always compute its fixed-point?

Performance and power usage for Raspberry Pi in the Stratosphere

Sticky Strike or Sticky Delta

How to not let the Identify spell spoil everything?

Boss asked me to sign a resignation paper without a date on it along with my new contract

How can guns be countered by melee combat without raw-ability or exceptional explanations?

Is there any danger of my neighbor having my wife's signature?

Is it really OK to use "because of"?

What species should be used for storage of human minds?

Other than edits for international editions, did Harry Potter and the Philosopher's Stone receive errata?

How can I differentiate duration vs starting time

What is an explicit bijection in combinatorics?

Why do neural networks need so many examples to perform?

How to get a 2D Plot from a 3D Listplot?

Minimum Viable Product for RTS game?

Does rolling friction increase speed of a wheel?

Is there any good browser plugin or tool to quickly identify any security issues of a web site?



Error: The user specified as a definer ('Admin'@'%') does not exist


Database user specified as a definerpt-online-schema-change MySQL Error: This version of MySQL doesn't yet support 'multiple triggers with the same action time and event for one table'MySQL slave replicates changes that are in neither binlog_do_db nor replicate_do_dbMigrating all MySQL databases from from one server another. Getting error during importMySQL 5.7 No Longer Returns Meaningful Error MessagesMaster Slave Error user specified as a definer ('dbadmin'@'%') does not existWhy does this MySQL 5.6 stored procedure not compile with MySQL Workbench?Replication just failed with 'Error PROCEDURE mydb.SOMEPROC does not exist' on query'Table doesn't exist in engineMysql Restore - ERROR 1227 (42000) at line 30908: Access denied DEFINER issue













1
















Error de SQL (1449): The user specified as a definer ('Admin'@'%') does not exist




I have this error when I'm trying to update a table. I don't know what I must do, because this error only happens with one table, but I don't want to damage other tables and the database.



I've searched how to fix it and I've executed this query:




Transact-SQL: show procedure status




But it doesn't show me the definer of my database.



What do I have to do without damaging the database?










share|improve this question









New contributor




bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Check where does this definer is used. I think it is some trigger...

    – Akina
    Feb 20 at 8:16











  • Thanks, I executed this query and it worked. We need change the word 'someuser' for 'Admin' in my case. GRANT ALL ON . TO 'someuser'@'%' IDENTIFIED BY 'complex-password'; FLUSH PRIVILEGES;

    – bag2000
    6 mins ago


















1
















Error de SQL (1449): The user specified as a definer ('Admin'@'%') does not exist




I have this error when I'm trying to update a table. I don't know what I must do, because this error only happens with one table, but I don't want to damage other tables and the database.



I've searched how to fix it and I've executed this query:




Transact-SQL: show procedure status




But it doesn't show me the definer of my database.



What do I have to do without damaging the database?










share|improve this question









New contributor




bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Check where does this definer is used. I think it is some trigger...

    – Akina
    Feb 20 at 8:16











  • Thanks, I executed this query and it worked. We need change the word 'someuser' for 'Admin' in my case. GRANT ALL ON . TO 'someuser'@'%' IDENTIFIED BY 'complex-password'; FLUSH PRIVILEGES;

    – bag2000
    6 mins ago
















1












1








1









Error de SQL (1449): The user specified as a definer ('Admin'@'%') does not exist




I have this error when I'm trying to update a table. I don't know what I must do, because this error only happens with one table, but I don't want to damage other tables and the database.



I've searched how to fix it and I've executed this query:




Transact-SQL: show procedure status




But it doesn't show me the definer of my database.



What do I have to do without damaging the database?










share|improve this question









New contributor




bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













Error de SQL (1449): The user specified as a definer ('Admin'@'%') does not exist




I have this error when I'm trying to update a table. I don't know what I must do, because this error only happens with one table, but I don't want to damage other tables and the database.



I've searched how to fix it and I've executed this query:




Transact-SQL: show procedure status




But it doesn't show me the definer of my database.



What do I have to do without damaging the database?







mysql mysql-workbench






share|improve this question









New contributor




bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Feb 20 at 12:41









hot2use

8,35752055




8,35752055






New contributor




bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Feb 20 at 8:05









bag2000bag2000

61




61




New contributor




bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Check where does this definer is used. I think it is some trigger...

    – Akina
    Feb 20 at 8:16











  • Thanks, I executed this query and it worked. We need change the word 'someuser' for 'Admin' in my case. GRANT ALL ON . TO 'someuser'@'%' IDENTIFIED BY 'complex-password'; FLUSH PRIVILEGES;

    – bag2000
    6 mins ago





















  • Check where does this definer is used. I think it is some trigger...

    – Akina
    Feb 20 at 8:16











  • Thanks, I executed this query and it worked. We need change the word 'someuser' for 'Admin' in my case. GRANT ALL ON . TO 'someuser'@'%' IDENTIFIED BY 'complex-password'; FLUSH PRIVILEGES;

    – bag2000
    6 mins ago



















Check where does this definer is used. I think it is some trigger...

– Akina
Feb 20 at 8:16





Check where does this definer is used. I think it is some trigger...

– Akina
Feb 20 at 8:16













Thanks, I executed this query and it worked. We need change the word 'someuser' for 'Admin' in my case. GRANT ALL ON . TO 'someuser'@'%' IDENTIFIED BY 'complex-password'; FLUSH PRIVILEGES;

– bag2000
6 mins ago







Thanks, I executed this query and it worked. We need change the word 'someuser' for 'Admin' in my case. GRANT ALL ON . TO 'someuser'@'%' IDENTIFIED BY 'complex-password'; FLUSH PRIVILEGES;

– bag2000
6 mins ago












1 Answer
1






active

oldest

votes


















0















Thanks, I executed this query and it worked. We need change the word 'someuser' for 'Admin' in my case.




GRANT ALL ON *.* TO 'someuser'@'%' IDENTIFIED BY 'complex-password';
FLUSH PRIVILEGES




share








New contributor




bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "182"
    };
    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: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    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
    });


    }
    });






    bag2000 is a new contributor. Be nice, and check out our Code of Conduct.










    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdba.stackexchange.com%2fquestions%2f230221%2ferror-the-user-specified-as-a-definer-admin-does-not-exist%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















    Thanks, I executed this query and it worked. We need change the word 'someuser' for 'Admin' in my case.




    GRANT ALL ON *.* TO 'someuser'@'%' IDENTIFIED BY 'complex-password';
    FLUSH PRIVILEGES




    share








    New contributor




    bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.

























      0















      Thanks, I executed this query and it worked. We need change the word 'someuser' for 'Admin' in my case.




      GRANT ALL ON *.* TO 'someuser'@'%' IDENTIFIED BY 'complex-password';
      FLUSH PRIVILEGES




      share








      New contributor




      bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.























        0












        0








        0








        Thanks, I executed this query and it worked. We need change the word 'someuser' for 'Admin' in my case.




        GRANT ALL ON *.* TO 'someuser'@'%' IDENTIFIED BY 'complex-password';
        FLUSH PRIVILEGES




        share








        New contributor




        bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.











        Thanks, I executed this query and it worked. We need change the word 'someuser' for 'Admin' in my case.




        GRANT ALL ON *.* TO 'someuser'@'%' IDENTIFIED BY 'complex-password';
        FLUSH PRIVILEGES





        share








        New contributor




        bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.








        share


        share






        New contributor




        bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 3 mins ago









        bag2000bag2000

        61




        61




        New contributor




        bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        bag2000 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






















            bag2000 is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            bag2000 is a new contributor. Be nice, and check out our Code of Conduct.













            bag2000 is a new contributor. Be nice, and check out our Code of Conduct.












            bag2000 is a new contributor. Be nice, and check out our Code of Conduct.
















            Thanks for contributing an answer to Database Administrators Stack Exchange!


            • 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%2fdba.stackexchange.com%2fquestions%2f230221%2ferror-the-user-specified-as-a-definer-admin-does-not-exist%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

            Szabolcs (Ungheria) Altri progetti | Menu di navigazione48°10′14.56″N 21°29′33.14″E /...

            Discografia di Klaus Schulze Indice Album in studio | Album dal vivo | Singoli | Antologie | Colonne...

            How to make inet_server_addr() return localhost in spite of ::1/128RETURN NEXT in Postgres FunctionConnect to...