カスタム DB パラメータグループの作成

データベースインスタンスのパラメータを、一部修正する必要があります。

注: 変更されないパラメータはどれもデフォルト値のままとなります。
パラメータ推奨値
innodb_lock_wait_timeout 180
innodb_max_dirty_pages_pct 20
lock_wait_timeout 180
log_bin_trust_function_creators 1
max_allowed_packet 104857600
max_heap_table_size 1610612736
sql_mode 0
tmp_table_size 67108864
wait_timeout 31536000

カスタム DB パラメータグループを作成するには、次の手順を実行します。

  1. AWS コンソールで Amazon RDS の [Parameter groups] ページに移動します。
  2. ページの右上にある [Create parameter group] をクリックします。[Create parameter group] ボタン
  3. グループの詳細を次のように入力します。
  4. このグループのパラメータ値を次のように変更します。
  5. カスタム DB クラスタパラメータグループを次のように作成します。
  6. このグループのパラメータ値を次のように変更します。

    パラメータ推奨値
    character_set_client utf8
    character_set_connection utf8
    character_set_database utf8
    character_set_filesystem binary
    character_set_results utf8
    character_set_server utf8
    collation_connection utf8_general_ci
    collation_server utf8_unicode_ci
    innodb_default_row_format DYNAMIC
    innodb_file_per_table 1
    lower_case_table_names 1