Hello,
I am trying to connect to mysql through python but getting the below errors
from mysql.connector import (connection)
ImportError: No module named mysql.connector
Please let me know if there is a way to connect to mysql using python.
Hello,
I am trying to connect to mysql through python but getting the below errors
from mysql.connector import (connection)
ImportError: No module named mysql.connector
Please let me know if there is a way to connect to mysql using python.
You can create your own virtualenv and install using:
pip install mysql-connector-python-rf
If you are using Jupyter, I have installed mysql connector for all just now.