If you are looking forward to connect your MySQL database with python code that check

Learn Quick, Lead Quicker
If you are looking forward to connect your MySQL database with python code that check
We learned to set up our database and perform initial database migration in previous blog.
Issue I have an instance of mysql installed in my system. Say my username is
In order to connect your database using python, you need to install a database connector.
It took me a few hours to figure out the proper way of installing MySQL