MySQL Software MySQL 64 Bit MySQL 32 Bit MySQL-Connectivity-Code with Python Type the following Code in the IDLE-Python-Shell >>>import subprocess >>>import sys >>> subprocess.check_call([sys.executable, “-m”, “pip”, “install”, “mysql-connector-python”])