Hi,
I'm trying to copy over a 2GB MySQL .sql dump from a UNIX server, so I can process it manually on my PC. The problem I have though is that my C: drive isn't very big.
When I installed mySQL (from mysql.com) onto my PC it asked me where I wanted to install it, and I said D: drive (which had 300Gb free). It has installed it there, but when I try and import a large .sql file into a database I created, it fills up C: drive and I fatals out on me
1) How do I change where mySQL stores it "tmp" data? Kinda like in unix with /var/tmp for mysql)
2) How can I get rid of the 10+GB worth of mySQL temp files that now exist in C: drive?
TIA!
Andy
I'm trying to copy over a 2GB MySQL .sql dump from a UNIX server, so I can process it manually on my PC. The problem I have though is that my C: drive isn't very big.
When I installed mySQL (from mysql.com) onto my PC it asked me where I wanted to install it, and I said D: drive (which had 300Gb free). It has installed it there, but when I try and import a large .sql file into a database I created, it fills up C: drive and I fatals out on me
1) How do I change where mySQL stores it "tmp" data? Kinda like in unix with /var/tmp for mysql)
2) How can I get rid of the 10+GB worth of mySQL temp files that now exist in C: drive?
TIA!
Andy