How to run mysql in git bash on windows 8.1

hi, I want to know that in any case, run Mysql in Wampserver in git bash A command line program for example $ Mysql start

+4
source share
1 answer

The mysql executable is most likely missing from your path, so it won’t be found when you try to execute from any CLI.

Follow the instructions here , setting up for the mysql version that you installed.

+9
source

All Articles