I have a large amount of text data I need to import into MySQL. I'm doing this on a MacBook and don't have enough space for it so I want to store it in an external hard drive (I'm not really concerned about speed at this point - this is just for testing).
What's the best way to do it?
- Install MySQL on the external hard drive (is this possible on a Mac?)
- Install MySQL on the laptop's hard drive and have the tables on the external (how?)