Error 1448: You need the SUPER privilege for creation view with definer
MariaDB starting with 11.0
Error Code | SQLSTATE | Error | Description |
---|---|---|---|
1931 | ER_UNUSED_30 | You should never see it. |
MariaDB until 10.11
Error Code | SQLSTATE | Error | Description |
---|---|---|---|
1448 | HY000 | ER_VIEW_OTHER_USER | You need the SUPER privilege for creation view with '%s'@'%s' definer |
Contents
Possible Causes and Solutions
This article doesn't currently contain any content. You can help!
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.