Back to Blog

Access denied; you need (at least one of) the SUPER privilege(s) RDS AWS *SOLVED*

February 5, 20181 min read0 comments
The MySQL server provided by RDS does not allow a DEFINER syntax for another user. Solution
sed -E ‘s/DEFINER=`[^`]+`@`[^`]+`/DEFINER=username/g’ store.sql > storefix.sql
 

Enjoyed this article?

Show your appreciation with a clap

0claps
Share this article
SK
Written by

Sohaib Khan

View all posts

You might also like

View all

Comments (0)

No comments yet. Be the first to comment!