Answers for "how to fix 'mysql' is not recognized as an internal or external command, operable program or batch file."

SQL
2

mysql' is not recognized as an internal or external command,

Simply type in command prompt :

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

Here I have used path started from D so I used D: , you can use C: or E:
Posted by: Guest on November-05-2020

Code answers related to "how to fix 'mysql' is not recognized as an internal or external command, operable program or batch file."

Code answers related to "SQL"

Browse Popular Code Answers by Language