Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install mysql on cygwin?

Tags:

mysql

cygwin

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?

like image 740
AriehGlazer Avatar asked Jan 26 '11 16:01

AriehGlazer


1 Answers

Use apt-cyg, you just need the command:

apt-cyg install mysql

http://code.google.com/p/apt-cyg/

like image 151
Emerson Avatar answered Oct 06 '22 18:10

Emerson