AWS RDSインスタンスを作成し、マスターパスワードを使用してマスターユーザーを作成しましたが、正常に機能/接続しています。
しかし、そのインスタンスで関数を作成しようとすると、次のエラーが表示されます。
ERROR 1418: This function has none of DETERMINISTIC, NO SQL,
or READS SQL DATA in its declaration and binary logging is enabled
(you might want to use the less safe log_bin_trust_function_creator variable).
私の例では、変数log_bin_trust_function_creators
はを示しOFF
ています。を使用して変数を変更しようとすると、SET GLOBAL log_bin_trust_function_creators = 1;
別のエラーが発生します。"Error Code: 1227. Access denied; you need (at least one of) the SUPER privilege(s) for this operation"