MySQL Error MY-013522 – ER_SCHEMA_NAME_IN_UPPER_CASE_NOT_ALLOWED_FOR_FK

MySQL Error Message

Schema name ‘%s’ containing upper case characters, used
by foreign key ‘%s’ in table ‘%s.%s’, is not allowed with
lower_case_table_names = 1.

Reason for the Error

ER_SCHEMA_NAME_IN_UPPER_CASE_NOT_ALLOWED_FOR_FK
was added in 8.0.19.