Access deniedMySQL server has gone awayCan't connect to [local] MySQL serverHost '...' is blockedToo many connectionsSome non-transactional changed tables couldn't be rolled backOut of memoryPacket too largeThe table is fullCan't create/write to fileCommands out of sync
Ignoring userTable 'xxx' doesn't existCan't initialize character set xxxFile 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.