I have a Mac Pro with i7 processor, 16GB RAM, and sufficient storage running Win 8.1 via Parallel on top of OS X Yosemite. I have a 23GB MySQL data and I am wondering if I am able to have such a big data loaded into MySQL in my PC. I started to import data but it stops after an hour throwing error
Error 1114 (HY000) at line 223. The table X is full.
I googled the error and found the same error discussed in Stackoverflow (but not this much of data). I tried to resolve using the given solutions but failed. MySQL imports about 3G of data and then throws the error.
Now, here are my 3 main questions.
- Is my data much more bigger than a MySQL data engine can have on a PC?
- If this is not the case and I am good to go with that much data, do I have any configuration required to enable running a 23GB data on my PC?
- Final concluding question is how big is big that one cannot run on its machine? Is it only matter to be able to store data locally or it needs some other things?