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

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

    It was not phpMyAdmin. MySQL did this.

    p.s. It is a bad practice to use camelCase in databases. Use _underlines instead. :)

提交回复
热议问题