MySQL Installation
MySQL download is available at it's official site www.mysql.com/downloads/.
Install MySQL on windows
Download the installer package from it's official site. Unzip it and run setup.exe.Follow the installation process. By default it will install under C:\mysql directory.
Once the process is completed, check the installation on command prompt.
In command prompt go to location of mysqld server which is in c:\mysql\bin and type -
mysqld --console