How to install mysql using binary src file for cygwin? -
i trying set mysql on cygwin, since have automation task need command line other gui.
i downloaded file mysql website , has no configure file when untar it. below:

i supposed type,
./configure make make install but stuck, should do?
mysql 5.5 built using cmake instead do:
cmake . make make install more information in mysql docs: https://dev.mysql.com/doc/refman/5.5/en/installing-source-distribution.html.
that said, cygwin have binary mysql package installed , might save trouble. run cygwin setup.exe , under 'databases' 'mysql' , 'mysqld'.
Comments
Post a Comment