table names

About this tag
Discussions on WindowsForum.com about table names focus on the conflict between MySQL's case-sensitive table naming and Windows' case-insensitive file system. Users report issues when trying to rename MySQL tables to change case, such as from 'mytable' to 'MyTable', due to Windows treating them as identical. This limitation affects database management on WAMP servers running on Windows 7 and later versions. The tag covers troubleshooting steps and workarounds for MySQL table naming errors caused by Windows file system behavior.
  1. R

    Windows 7 File Naming System

    I am using WAMP server 2.0 on Windows 7. Due to Windows being case insenstive in regards to file names, MySQL is forced to treat the table names 'mytable' and 'MyTable' as being the same, which they are not (personal opinion). MySQL is unable due to Windows file naming system to rename tables...
Back
Top