If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
During executing SELECT query, MySQL creates disk temporary table.
After the tabe exceeds 4GB I get table is full error.
How can I change settings to remove 4 GB bareer from disk tmp tables?
I have ext3 filesystem.
yes, it's possible to override 4GB data limit by increase MAX_ROWS on MyISAM table, but disk tmp tables MySQL creates automatically and I can't find settings for them