Can some one please read my comlpete post and help?
I am trying to migrate data into MySQL from a text file and I am getting an error
////////////Error/////////////////
The table 'table_name' is full
///////////End Error/////////////
////////Server Specs///////////
MySQL 4.0.14
Disk Space (80 gigs)
Red Hat 7.3 (Kernel 2.4.20-18.7)
Table size 3.9 gigs (maxed out at 48 million rows)
Text File 4 gigs (50 million record sets containing email addresses, Enums, Int and date data types)
/////////Server Specs End////
I have tried to ALTER TABLE table_name MAX_ROWS=10000000; and the telnet session just freezes up. Are there any other variables that can be manipulated in MySQL to extend table size?
If you can help with an intelligent (real answer) I would appreciate it. Please don't reply with "you should use PostGres" or some other non relevant gibberish, I really need a solution to get over this hump.
Thanks