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

変更されないパラメータはどれもデフォルト値のままとなります。

パラメータ推奨値
innodb_file_formatBarracuda
innodb_large_prefix1(Aurora 5.6 の場合は 0)
innodb_lock_wait_timeout180
innodb_max_dirty_pages_pct20
lock_wait_timeout180
log_bin_trust_function_creators1
max_allowed_packet104857600
max_heap_table_size1610612736
query_cache_type0
sql_mode0
tmp_table_size67108864
wait_timeout31536000

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

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

    パラメータ推奨値
    character_set_clientutf8
    character_set_connectionutf8
    character_set_databaseutf8
    character_set_filesystembinary
    character_set_resultsutf8
    character_set_serverutf8
    collation_connectionutf8_general_ci
    collation_serverutf8_unicode_ci
    innodb_default_row_formatDYNAMIC
    innodb_file_per_table1
    lower_case_table_names1