Install MySQL on Windows

Before installing MySQL on Windows, you will need to dowload it. Go to http://dev.mysql.com/downloads/ and select DOWNLOAD under MySQL Community Server (GPL):

download_mysql_1

Choose Windows as the platform and download the installer:

download_mysql_2

If prompted for the login, log in with your account or create a new one. After the download finishes, start the installer. Accept the license agreement and click Next:

mysql_license

Choose the setup type and click Next:

mysql_setup_type

Click Execute to install the components:

mysql_execute

Next, the wizard will guide you through the product configuration:

mysql_product_configuration

Choose your network settings of leave the defaults:

mysql_product_configuration_networking

Next, you will be prompted to choose the root password:

mysql_product_configuration_root

Next, choose the name for the MySQL Windows service:

mysql_product_configuration_service

Click Execute to apply the changes:

mysql_product_configuration_execute

And that’s it! MySQL should be installed.

Geek University 2022