Are table names in MySQL case sensitive?

后端 未结 5 725
半阙折子戏
半阙折子戏 2020-11-22 05:46

Are table names in MySQL case sensitive?

On my Windows development machine the code I have is able to query my tables which appear to be all lowercase. When I deploy

5条回答
  •  感动是毒
    2020-11-22 05:53

    Table names in MySQL are file system entries, so they are case insensitive if the underlying file system is.

提交回复
热议问题