Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making Linux Case Insensitive

Status
Not open for further replies.

TomBarrand

Programmer
Aug 9, 2000
162
GB
Hi,

I have moved an application that we had running on Windows/SQL Server to Linux/MYSQL and I now have problems with some of the code not working as Linux is case sensitive.

E.g. SELECT * FROM Report is not the same as SELECT * FROM REPORT

Is there anyway I can make Linux case insensitive?

Cheers
 
This issue has also been posted, and replied to, on the MySQL forum.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top