- My os is windows 7 and mysql version is 5.6.20;
- I opened
my.ini
, addlower_case_table_names=2
as a line below[mysqld]
, save and quit; - Selected with
show variables like '%lower_case_table_names%';
and the request islower_case_table_names 2
, - I alter a table named
Article
, clicked button 'apply' the workbench show message "The server is configured with lower_case_table_names=1, which only allows lowercase characters in schema and table names. the object will be crated as 'article'" - Click button "ok", the workbench show table name is
article
,
All above, the setting is not working, hope someone tell my why and how to fix it