FYI, I have already installed the Connector/Python for MySQL successfully. I used the below code in the shell to test my connection:
import mysql.connector
I received the following error message:
Traceback (most recent call last):
File "<pyshell#8>", line 1, in <module>
import mysql.connector
ImportError: No module named 'mysql'
Kindly help!