I am hosting a PHP/MySQL web app on an Azure Windows server. One of the lines in the PHP executes a python script but the script uses the MySQLdb module which I believe is part of the _mysql module.
I have tried using the pip commands in just about every directory that I could think of. I've also upgraded pip as well
sudo apt-get install python-pip python-dev libmysqlclient-dev
pip install _mysql pip install MySQLdb
D:/home/python364x64/pip.bat install _mysql
Error messages range from "'sudo' is not recognized as an internal or external command, operable program or batch file. to: ERROR: Could not find a version that satisfies the requirement MySQLdb (from versions: none) ERROR: No matching distribution found for MySQLdb