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

前端 未结 7 2012
無奈伤痛
無奈伤痛 2020-12-07 17:34

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 Files\

相关标签:
7条回答
  • 2020-12-07 18:11

    Simply type in command prompt :

    set path=%PATH%;D:\xampp\mysql\bin;

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

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