column naming

About this tag
Discussions tagged with column naming on WindowsForum.com focus on the challenges of case sensitivity in file and table naming within Windows environments. Users highlight conflicts between Windows' case-insensitive file system and MySQL's case-sensitive table naming, particularly when renaming tables like 'mytable' to 'MyTable'. The tag covers issues with WAMP server setups on Windows 7, where MySQL cannot rename tables due to Windows treating names as identical. These threads explore the impact of Windows file naming conventions on database management and propose changes for better compatibility.
  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