Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (19k points)

I am using Python version 2.5.4 and install MySQL version 5.0 and Django. Django is working fine with Python, but not MySQL. I am using it in Windows Vista.

1 Answer

0 votes
by (106k points)

To run MySQL with Python you need to use one of the following commands. And one important node here, there is no MySQLdb for python 3.x

pip install mysql-python 

or 

pip install mysqlclient

Related questions

0 votes
1 answer
asked Nov 28, 2020 in SQL by Appu (6.1k points)
0 votes
1 answer

Browse Categories

...