TomBarrand
Programmer
Hi,
I have moved an application that we have written from running on Windows with SQL Server to running on Linux with MySQL.
Since I have moved the application I am finding issues as MySQL/Linux seems to be case sensitive with how table names are referenced. In SQL Server you can use SET IGNORECASE TRUE to force it to ignore the case.
Is there anyway to do this in MySQL/Linux?
Thanks
I have moved an application that we have written from running on Windows with SQL Server to running on Linux with MySQL.
Since I have moved the application I am finding issues as MySQL/Linux seems to be case sensitive with how table names are referenced. In SQL Server you can use SET IGNORECASE TRUE to force it to ignore the case.
Is there anyway to do this in MySQL/Linux?
Thanks