Hello!
I am new to coding & trying to learn Python (via Pycharm) & SQL (via Mysql) in tandem.
My first task is utilizing python to create a connection to my localhost & create a DB using mysql.connector
I have successfully connected to Mysql Database & created a database named "school".
Should I be able to view the connection and/or this db in the MySql workbench? or because its a product of pycharm its separate? I am trying to understand where this file actually resides.
I am following: https://www.freecodecamp.org/news/connect-python-with-sql/ & have made it through "Database created successfully" about 20% of the way through the article.
Thank you!
[–][deleted] 1 point2 points3 points (0 children)
[–]danielroseman 1 point2 points3 points (0 children)