Access denied
MySQL server has gone away
Can't connect to [local] MySQL server
Host '...' is blocked
Too many connections
Some non-transactional changed tables couldn't be rolled back
Out of memory
Packet too large
The table is full
Can't create/write to file
Commands out of sync
Ignoring user
Table 'xxx' doesn't exist
Can't initialize character set xxx
File not found
)Buy this Reference Manual in softcover from Barnes & Noble!
Commands out of sync
Если получена ошибка Commands out of sync; you can't run this command now
в клиентском коде, то клиентские функции вызываются в неправильном порядке!
Это может произойти, например, если используется mysql_use_result()
и делается попытка выполнить новый запрос до того, как вызвана mysql_free_result()
, или если клиент пытается выполнить два возвращающих данные запроса без обращения к mysql_use_result()
либо mysql_store_result()
в промежутке между ними.
Add your own comment.