Re: Linux and case sensitivity
Will Glass-Husain <[email protected]> Fri, 24 Apr 2009 07:04:04 -0700
| Newsgroups | gmane.comp.jakarta.turbine.torque.user |
|---|---|
| Message-ID | <[email protected]> |
Exactly. MySQL table names are case sensitive in Linux but not in Windows. WILL On Thu, Apr 23, 2009 at 11:59 PM, Ludwig Magnusson <[email protected]> wrote: > Hi! > > I have been developing a webapp on a windows machine and it works fine. > Howerver, now I am moving it to a linux based envroment and I get a strange > problem. I am using turbine and all database operations that has anything to > do with the table turbine_user_group_role does not work. I catch a mysql > exception saying "the table myapp.TURBINE_USER_GROUP_ROLE" does not exist. > > Can this have anything to do with case sensitivity? The table does exist in > my database (lower case) > > The weird thing is that torque can read and write to all other tables in my > db. > > > > Any ideas? > > /Ludwig > >