Skip to content

Instantly share code, notes, and snippets.

View atushi's full-sized avatar

Atushi Yamazaki atushi

View GitHub Profile
@atushi
atushi / How_easy_to_create_the_ico_file.md
Created June 28, 2013 18:27
How easy to create the ico/favicon file.
  1. Create the bmp file.
  2. size is (large)32 * 32 or (small)16 * 16.
  3. Change the ico for extension.
@atushi
atushi / How_to_use_the_svg_file_on_HTML.md
Last active December 18, 2015 23:19
How to use the svg file on HTML.
@atushi
atushi / How_to_set_about_log_bin_trust_function_creators_parameter_is_ENABLED_for_RDS.md
Last active May 7, 2018 02:13
AWS RDSに log_bin_trust_function_creators parameter is ENABLED を設定

前提

  • default の Parameter Group は変更出来ない
    (こんなメッセージが出力される。 rds-modify-db-parameter-group: Malformed input-Cannot modify a default parameter group.)

e.g.

Parameter Group を Management Console 上で作成

  • Parameter Groups -> Create DB Parameter Group に遷移
  • default parameterが Name: default.mysql5.5、Family : mysql5.5 なので、Name: mysql5-5-for-trigger 、Family : mysql5.5 を作成
  • Management Consoleで対象のRDS instanceのParameter Groupsをmysql5-5-for-triggerに変更
  • Reboot