Skip to content

Commit

Permalink
Comment out lower_case_table_names (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchclarkebase2 committed Jun 7, 2023
1 parent 9b9b107 commit 22cf808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aurora-mysql.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cluster_parameters:
character_set_server: latin1
collation_connection: latin1_general_ci
collation_server: latin1_general_ci
lower_case_table_names: '1'
#lower_case_table_names: '1' # You may want to set this, but for mysql8 and above it isn't supported

instance_parameters:
max_allowed_packet: '52428800'
Expand Down

0 comments on commit 22cf808

Please sign in to comment.