I am attempting to create a database with table in a local server just like I created in a hosted server, which uses names with upper and lower case letters. But, when I attempt to do this, I get a MySQL Workbench error that states: the server is configured with lower_case_table_names=1, which only allows lowercase characters in schema and table names. So, how can I create a new server or configure an existing local server to allow uppercase characters in schema and table names?
↧