Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
587 views
in Technique[技术] by (71.8m points)

mysql is not recognised as an internal or external command,operable program or batch

I had set the MySQL path, but still getting the same error. Please let me know whether I followed the correct one or not.

MySQL location is: C:Program FilesMySQLMySQL Server 5.0in

In Windows, system variables I had set the path as:

  • variable name: MYSQL_HOME
  • variable value: C:Program FilesMySQLMySQL Server 5.0in

For PATH setting:

  • variable name: PATH
  • variable value: .;%JAVA_HOME%in;%MYSQL_HOME%in...

If it is not the correct one, please let me know the correct path and its settings.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Simply type in command prompt :

set path=%PATH%;D:xamppmysqlin;

Here my path started from D so I used D: , you can use C: or E:

enter image description here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...