Why my tables' names are converted into lowercase in phpmyadmin?

前端 未结 7 653
梦谈多话
梦谈多话 2020-12-25 12:03

I am using wamp server 2.0 on Windows XP. Whenever I create a table with some uppercases in name, it is converted to lowercase.

For example:

I create         


        
7条回答
  •  天涯浪人
    2020-12-25 12:26

    There is a directive for forcing table names to lower case.

    You want to set the lower_case_table_names value to 0.

    You can read more about it from MySQL documentation here

提交回复
热议问题