I wrote
select * from mytable
In my ASP.net application on Windows, it works fine. On Linux, it complains that I used mytableinstead mytable. How do I configure MySQL on Windows to be case sensitive or make Linux case insensitive when working with table names?
user34537
source
share