MySQL Table does not exist error, but it does exist

后端 未结 10 1197
臣服心动
臣服心动 2020-12-03 07:32

Does anyone know under what conditions you can receive an 1146: Table \'.

\' doesn\'t exist error when your table does, in fact, exi
10条回答
  •  遥遥无期
    2020-12-03 07:54

    Could it be that your one server is a linux box? Mysql is case sensitive on linux but insensitive on windows.

提交回复
热议问题