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

前端 未结 7 706
梦谈多话
梦谈多话 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:35

    • Step 1: open your MySQL configuration file: [drive]\xampp\mysql\bin\my.ini or open xampp click on mysql -> config then open my.ini file
    • Step 2: Search [mysqld] for: # The MySQL server [mysqld] in my.ini file
    • Step 3: Add this :lower_case_table_names=2
    • Step 4: save the file and restart MySQL service or (Xampp)

提交回复
热议问题