LoginSignup
8
8

More than 5 years have passed since last update.

RDSインスタンスのユーザでTRIGGER作成・更新する方法

Posted at

RDSのMySQLインスタンスは、RDSにて作成したユーザにSUPER権限は無いためエラーになります。

これを解決するためには、parameter groupの"log_bin_trust_function_creators"を"1"にすれば解決できます。

parameter groupを変更します。

なお、この変更ではRDSの再起動は不要です。

8
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
8