Are table names in MySQL case sensitive?
On my Windows development machine the code I have is able to query my tables which appear to be all lowercase. When I deploy
Table names in MySQL are file system entries, so they are case insensitive if the underlying file system is.