faqts : Computers : Databases : MySQL : Common Problems

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

61 of 97 people (63%) answered Yes
Recently 5 of 10 people (50%) answered Yes

Entry

BDB tables Error 1030 : Got error 12 from table handler

Jun 12th, 2002 07:08
William Dudley, winnie cheah,


do this before executing big queries that may run out of memory:

SET SQL_BIG_TABLES=1;

and no more error 12 from table handler.

Optionally, when done, do this:

SET SQL_BIG_TABLES=0;