How do I, in Python, make connection to a mySQL database?
I am taking my first steps in Python, and struggling to make a connection with a small MySql-database which I have created locally. My local MySql-database works, and its credentials look like this:enter image description here It works. I can…