Mailinglisten-Archive |
Guido Altmann schrieb > The table 'SQL21e32_0' is full MySQL-Manual: 18.2.7 The table is full error This error occurs when an in-memory temporary table becomes larger than tmp_table_size bytes. To avoid this problem, you can use the -O tmp_table_size=# option to mysqld to increase the temporary table size, or use the SQL option SQL_BIG_TABLES before you issue the problematic query. See section 7.25 SET OPTION syntax. You can also start mysqld with the --big-tables option. This is exactly the same as using SQL_BIG_TABLES for all queries. ;-) Guido Haeger
php::bar PHP Wiki - Listenarchive