I am trying to set lower_case_table_name to 2 since this is a windows server. But when I start MySQL Workbench and connect to my server, I get the following error:
The server is on a system that does not properly support the selected lower_case_table_names parameter value.
Should a Windows server support a value of 2 ? I am running MySQL 5.6 on Windows Server 2012 and using MySQL Workbench 6.3.
mysql windows-server mysql-workbench
Bernie hunt
source share