table renaming

About this tag
Discussions about table renaming on WindowsForum.com focus on the limitations imposed by Windows' case-insensitive file system when using MySQL on WAMP server. Users report that MySQL cannot rename tables to change letter casing (e.g., 'mytable' to 'MyTable') because Windows treats the names as identical. This leads to 'table exists' errors and frustration for database administrators who prefer case-sensitive naming conventions for clarity. The tag covers workarounds and requests for Microsoft to adopt case-sensitive file naming in Windows to resolve such conflicts.
  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