As a developer we all go through this. Every time we start working on a new machine we get a headache of installing each and every software like IDE , MySQL, Mango DB, etc. And we often forget some steps while installing software on a new machine and get error and stuck on it. So, it would be great if we have simple steps to follow and install these software.
Today I am going to describe all the steps you required while installing MySQL.
- First of all search MySQL download on Google then click on first link you get from mysql.com as shown below.
- Then go at last of the site and you will see MySQL Community (GPL) Downloads » click on this as shown below.
- After going on this, you will see Windows, MySQL MSI Installer click on this as shown below.
- Then at last you will get a page with the downloads click download on the last option which is (mysql-installer-community-8.0.29.0.msi) and not the (mysql-installer-web-community-8.0.29.0.msi) as shown below.
- After clicking on that last option you will get a page as shown below telling to signup or signin you can skip it and directly click on No thanks, just start my download.
That's it that's all the simple steps you required to download mysql. once it's downloaded double click and install it.
Thank you for reading this out.