Hello, I have WAMP installed and running with multiple sites on it right now, but am having an issue with case sensitivity. The current site that I am working is hosted on a linux box, and has a database name with some capital letters, some lower case. I believe the culprit is here:
lower_case_file_system ON
lower_case_table_names 1
The website that I am trying to work on was written in PHP and has many, many references to the database name. Rather than pick through tons of files renaming the database name to all lower case, I should be able to make this variable change and give the database the correct name. However, whenever I edit the my.ini file and insert the "lower_case_table_names=0" under the [mysqld] "heading", the mysql server will not restart.
Any tips on this would be much appreciated.
lower_case_file_system ON
lower_case_table_names 1
The website that I am trying to work on was written in PHP and has many, many references to the database name. Rather than pick through tons of files renaming the database name to all lower case, I should be able to make this variable change and give the database the correct name. However, whenever I edit the my.ini file and insert the "lower_case_table_names=0" under the [mysqld] "heading", the mysql server will not restart.
Any tips on this would be much appreciated.