marcwan / LearningNodeJS

Source code to accompany my book, "Learning Node.JS"
280 stars 245 forks source link

I'm on Chp. 9, Learning Node.js #32

Closed ghost closed 7 years ago

ghost commented 7 years ago

Where do you recommend I install "mysql" to?; I'm running Windows. Can I install it anywhere?; Do I need to set an environment variable when I'm finished?

Thank you in advance!

marcwan commented 7 years ago

Hey, thanks for the comments!

Honestly, it doesn't matter — I believe it chooses something reasonable by default like C:\Program Files\MySQL or some such thing. That's going to be just fine.

Otherwise, if you prefer your stuff more "self-contained", you could create a new c:\learningnode folder and just put everything in there. Not a big deal either way!

Good luck!