MySQL Table does not exist error, but it does exist

后端 未结 10 1196
臣服心动
臣服心动 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 08:03

    If you're logged in as someone who doesn't have permission to view that database/table then you'll probably get that result. Are you using the same login on the command line as you are through mysqli?

提交回复
热议问题