table case sensitivity

arathra

Perch
Is there a quick way to change a DB so that when passing a SQL query the table names are NOT case sensitive? This is on a Windows server.
 
I didn't know if it were possible to use the lower_case_table_names system variable to set this before the MySQL was started so that code containing uppercase table names could refer to lowercase tables on the server.
 
Back
Top