Answers for "'mysql' is not recognized as an internal or external command, operable program or batch file in django"

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
1

'django' is not recognized as an internal or external command

//uninstall and installing django library should work in most cases..
pip uninstall django
//wait for django to uninstall and then install it by using following command
pip install django
Posted by: Guest on June-04-2021

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

Code answers related to "SQL"

Browse Popular Code Answers by Language