>>>>> "Jon" == Jon Drukman <jsd@stripped> writes:
Jon> At 10:36 AM 6/29/99 , Tõnu Samuel wrote:
>> Jon Drukman wrote:
>>
>>> i get "ERROR 1114: The table 'SQL28_0' is full" when i do that.
>>
>> There are special chapter in manual explaining common errors:
>>
>> http://mysql.tradenet.ee/Manual_chapter/manual_Problems.html#Full_table
>>
>> Prorably this is solution to your problem.
Jon> yeah, i tried that. now i get:
Jon> ERROR 1030: Got error 12 from table handler
What solution did you try?
(/my/monty/sql) perror 12
Cannot allocate memory
This means that you give mysqld more memory that you had available (or
more that the mysqld process was allowed to allocate).
Restart mysqld with --big-tables and it should work!
Regards,
Monty