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:

no configure file

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

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -