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!
Существует несколько случаев, когда выдается эта ошибка:
tmp_table_size
-O tmp_table_size=#
mysqld
SET
--big-tables
SQL_BIG_TABLES
MyISAM
InnoDB
ISAM
MAX_ROWS
CREATE TABLE
SHOW TABLE STATUS FROM database LIKE 'table_name';
myisamchk -dv база_данных/таблица
ALTER TABLE table_name MAX_ROWS=1000000000 AVG_ROW_LENGTH=nnn;
AVG_ROW_LENGTH
BLOB/TEXT
Add your own comment.