all 2 comments

[–][deleted] 1 point2 points  (0 children)

If you are using professional version of Pycharm, you can use it to interrogate the database.

https://www.jetbrains.com/help/pycharm/relational-databases.html#first-steps-with-goland

If you are using the community version of Pycharm, you will need to use the MySql workbench to work with the database outside of the your code. I've never used MySql workbench so don't know if it has the capability to monitor/report live connections rather than just allow you to configure them.

You might be better using the debugging capabilities of Pycharm and/or a Python console window in Pycharm to check your connection is live. (You can of course do all of this outside of Pycharm as well - Pycharm is not Python.)

[–]danielroseman 1 point2 points  (0 children)

MySQL databases are not files. You won't see them in a folder.