I've been trying to install mysql on my cygwin. There isn't a package for this on the repo, so I figured I'll compile one, but I can't figure out what package I need to use, nor which options should I send to ./configure
any tips?
feedback
|
|
The Cygwin Ports project has mysql packages. See http://sourceware.org/cygwinports. | |||
|
feedback
|
|
Doesn't matter much which version you need to use. Just download the generic linux source from here. I know there used to be a readline bug in cygwin but you should be able to get past that with this in your configure:
Might be worth it to try without the flags first, just make sure you run Otherwise here's are the commands to get you going:
You should be good to go from there. | |||||||
feedback
|