Please help me solve the following error:
When i tried this: import mysql.connector, I got the follwong message.
Traceback (most recent call last):
File "C:/Users/Lenovo 3/.PyCharmCE2018.2/config/scratches/HelloWorld.py", line 4, in <module>
import mysql.connector
ModuleNotFoundError: No module named 'mysql'
When i tried this: import mysql.connector, I got the follwong message.
Traceback (most recent call last):
File "C:/Users/Lenovo 3/.PyCharmCE2018.2/config/scratches/HelloWorld.py", line 4, in <module>
import mysql.connector
ModuleNotFoundError: No module named 'mysql'