MySql table name case sensitivity

Discussion in 'Databases' started by astankovic, Jan 16, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi,

    Is it possible to set lower_case_table_names=2 for my MySql database?

    I've migrated from a MySql install on Windows to MySql on discountASP.net (which I believe is on Linux) so my code is referencing all tables with uppercase and it'snot finding them now on discountASP.net MySql database.

    Thanks,
    Alex
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Alex,

    our mySQL server is hosted on a Linux server and it is case sensitive, this setting cannot be changed because it may affect existing databases.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page