No module named MySQLdb

776    Asked by FionaDickens in SQL Server , Asked on Mar 5, 2021
Answered by Fiona Dickens

To run MySQL with Python you need to utilize one of the accompanying commands. Furthermore, one significant hub here, there is no MySQLdb for python 3.x


pip install mysql-python

or

pip install mysqlclient



Your Answer

Interviews

Parent Categories