Answers for "mysql term is not recognized"

SQL
2

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

Simply type in command prompt :

set path=%PATH%;D:xamppmysqlbin;

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 "mysql term is not recognized"

Code answers related to "SQL"

Browse Popular Code Answers by Language