how to start Mysql in git bash in windows 8.1

前端 未结 1 555
说谎
说谎 2021-02-15 13:58

hi i want to know there is anyway to start Mysql in Wampserver in git bash Program with command line like $ Mysql start

1条回答
  •  一生所求
    2021-02-15 14:04

    The mysql executable is likely not present in your path, so will not be found when you try to execute from any CLI.

    Follow the instructions here, adjusting for the version of mysql you have installed.

    0 讨论(0)
提交回复
热议问题