SUPER privilege(s) for this operation

前端 未结 5 1419
难免孤独
难免孤独 2021-02-01 04:54

I create my database and user navid in my shared server with cpanel (databases -> mySQL@ Databases -> add new user),and then selecte

5条回答
  •  半阙折子戏
    2021-02-01 05:28

    I had the same issue - on my local dev server it was fine but on my hosted server (through PHPMyAdmin) it gave me the above error.

    Removing the definer attribute seemed to be the easiest way to fix the problem if you're happy with the definer being the current user.

提交回复
热议问题