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!
Table 'xxx' doesn't exist
Получение ошибки Table 'xxx' doesn't exist
или Can't find file: 'xxx' (errno: 2)
, означает, что в текущей базе данных не существует таблицы с именем xxx
.
Обратите внимание: поскольку в MySQL для хранения баз данных и таблиц используются каталоги и файлы, то имена баз данных и каталогов являются зависимыми от регистра символов! (Под Windows имена баз данных и таблиц не зависят от регистра символов, но для всех ссылок на заданную таблицу в пределах запроса должен использоваться одинаковый регистр!)
Проверить, какие таблицы имеются в текущей базе данных, можно с помощью SHOW TABLES
. see section 4.5.6 Синтаксис команды SHOW
.
Posted by Muhammad Saleem on Saturday September 7 2002, @5:23am | [Delete] [Edit] |
query doesn't perform on a result set created
throuh 'create temporary table' command but
displays error message 'table [table name] doesn't
exist'. What is its solution ??
Posted by Willie Leiva on Tuesday November 12 2002, @1:29pm | [Delete] [Edit] |
Is there any tip to bypass the default case
sensitivity in UNIX? Is it possible to have case
INsensitivity in table names using Linux and/or
UNIX?
Add your own comment.