- Newest
- Most votes
- Most comments
The lower_case_table_names parameter is a MySQL configuration parameter that determines how the database engine stores and looks up table names.
In Amazon Aurora, the value of the lower_case_table_names parameter is determined by the underlying MySQL version and cannot be modified.
It's worth noting that Amazon Aurora MySQL is compatible with MySQL 5.6 and 5.7, and the lower_case_table_names parameter behaves differently between these two versions. In MySQL 5.6, lower_case_table_names can be set to 0, 1, or 2. In MySQL 5.7, lower_case_table_names can only be set to 0 or 1.
So, to answer your question, the lower_case_table_names parameter is not explicitly available for modification in Amazon Aurora, but its behavior is determined by the underlying MySQL version.
Relevant content
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 8 months ago
