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
Possible Causes and Solutions
This article doesn't currently contain any content. You can help!
This page is licensed: CC BY-SA / Gnu FDL
PreviousError 1447: View has no definer information (old table format)NextError 1449: The user specified as a definer does not exist
Last updated
Was this helpful?