Bug #12496 | table name case sensitive | ||
---|---|---|---|
Submitted: | 10 Aug 2005 14:07 | Modified: | 10 Aug 2005 14:42 |
Reporter: | Xiong He | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.10 beta | OS: | Linux (linux x86 standard version) |
Assigned to: | CPU Architecture: | Any |
[10 Aug 2005 14:07]
Xiong He
[10 Aug 2005 14:42]
Aleksey Kishkin
Hi! it's not a bug, in mysql tablenames depends on filenames. And if filesystem is case-sensitive (in unix for instance), the table names is case sensitive also. you can read it more detailed about this problem (and workarounds) in the documentation: http://dev.mysql.com/doc/mysql/en/name-case-sensitivity.html