Mailinglisten-Archive |
Nochmals hallo Guido, vielen Dank für Deine Hilfe, jetzt habe ich eine weiter Frage: Wie kann ich dieses SQL_BIG_Tables = 1 in meinen Code (PHP3) einbauen. Irgendwie muss das über SET OPTION ... gehen Hast Du nochmals für Deinen Namensgleichen eine Hilfe parat? Gruss, Guido Altmann -----Ursprüngliche Nachricht----- Von: Guido Haeger [mailto:GH-lists_(at)_ecora.de] Gesendet: Donnerstag, 23. November 2000 14:50 An: php_(at)_php-center.de Betreff: Re: [php] AW: [php] MySQL Abfrage mit LIKE 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 -- ** Durchgehend geöffnet: http://www.php-center.de ** Die PHP-Liste: mailto:php_(at)_php-center.de http://infosoc.uni-koeln.de/mailman/listinfo/php
php::bar PHP Wiki - Listenarchive