connecting to mysql from cygwin

前端 未结 14 1705
时光说笑
时光说笑 2020-12-07 22:08

I can successfully connect to MySQL from a DOS prompt, but when I try to connect from cygwin, it just hangs.

$/cygdrive/c/Program\\ Files/MySQL/MySQL\\ Serve         


        
14条回答
  •  太阳男子
    2020-12-07 22:47

    1. Put cygwin bin directory in path env variable.
    2. Use command window by running cmd
    3. Run bash -l in cmd window

    Then MySQL can be run without problem.

提交回复
热议问题