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 page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?