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 | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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

8th May 2021, 4:30 PM
Santhos raj
Santhos raj - avatar
4 Réponses
+ 1
mysql.connector is there for you What's the actual problem ?
8th May 2021, 4:34 PM
Ayush Kumar
Ayush Kumar - avatar
0
丹ⓨㄩک廾 it shows "mysql" module does not exist
8th May 2021, 5:09 PM
Santhos raj
Santhos raj - avatar
0
sounds like you are missing the mysql module, try this: python -m pip install mysql-connector-python
8th May 2021, 5:53 PM
Apollo-Roboto
Apollo-Roboto - avatar
8th May 2021, 7:11 PM
Santhos raj
Santhos raj - avatar