0
Can we connect sql with pycharm? If yes please explain. I tried but it showed error I pycharm but te same code worked in python
4 odpowiedzi
+ 1
mysql.connector is there for you
What's the actual problem ?
0
丹ⓨㄩک廾 it shows "mysql" module does not exist
0
sounds like you are missing the mysql module, try this:
python -m pip install mysql-connector-python
0
Apollo-Roboto thanks