The problem Im facing while trying to connect to database for mysql. I have also given the database settings that i have used.
Traceback (most recent call l
Faced similar issue. I tried installing mysql-python using pip, but it failed due to gcc dependency errors.
mysql-python
The solution that worked for me
conda install mysql-python
Please note that I already had anaconda installed, which didn't had gcc dependency.