MySQL Forums
Forum List  »  Install & Repo

Camel Case Table case sensitive settings on windows
Posted by: Au yeung Sam
Date: May 12, 2014 08:06PM

Hi,

I am going to setup a Mysql Server installed in windows.

And I want the table name is under camel case format.

Then I read mysql doc and set the lower_case_table_names = 2.
(http://dev.mysql.com/doc/refman/5.0/en/identifier-case-sensitivity.html)


After I set the lower_case_table_names = 2 and restart the server

I connect to server by workbench and then the message pop up as below:

Server Configuration Problems
A server configuration problem was detected. The server is in s system that does not properly support the selected lower_case_table_names option value. Some problems may occur.


And I have done some test(select , insert) on the table which is under Camel Case and it seems fine.

I just want to ask is it any potential problem and risk on that error message ?
Thank you very much for any reply .

Options: ReplyQuote


Subject
Written By
Posted
Camel Case Table case sensitive settings on windows
May 12, 2014 08:06PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.