Python3 With Mysql

preview_player
Показать описание
How To Connect And Execute Python Programs By Connecting To MySql DB Explained In Detail With Examples.
Рекомендации по теме
Комментарии
Автор

I have installed mysql-connector in pycharm where default venv was created but while importing below err coming-->
Error:
import mysql.connector
ModuleNotFoundError: No module named 'mysql'

I was tried to download and install showing like already installed, I tried with uninstalled and again installed also.

Exception:
You are using pip version 19.0.3, however, version 19.2.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

Can you suggest necessary steps to make it use of mysql-connector in case of venv ?

jarvis
Автор

please write the sites and instructions

hatemelborai