When mysql_query returns false

后端 未结 5 1121
南旧
南旧 2020-12-30 10:00

Aside from writing the wrong query and not having permissions to access a table, when mysql_query returns false? Are there any other cases?

5条回答
  •  误落风尘
    2020-12-30 10:17

    Unfortunately, the reference guide is not very specific when it comes to what are possible ways to trigger errors. Besides syntactically invalid statements and not having permissions, exceeding the limit for creating new statements is a possible error that might pop up if you are experiencing high load.

提交回复
热议问题