Install MySQL Database
We can install MySQL Database on our local machine by downloading it from the dev MySQL site
https://dev.mysql.com/downloads/installer
Once downloaded, double click on the installer
For learning, we can choose the Developer default version
Complete the installation
Please check and change the port as per your need, default port for MySQL is 3306
Set the authentication method
Set the root username and password for managing the DB
Choose default
Apply Configurations
Click Finish
Check the configuration
Complete the installation
Open the MySQL workbench and connect with the local instance
Provide the root password
We can execute the query to get the results