| Installing MySQL for Windows
There is nothing easier than installing MySQL on Windows. The Installation
Path will be considered is C:\mysql. (You can install it to a different
directory if you needed.)
Downloading MySQL
MySQL download URL:
http://www.mysql.com/downloads
Installation
- Extract the distribution files.
- Install MySQL by running the downloaded setup.exe file.
- After the installation completed, open a command prompt then type: C:/mysql/bin/mysql
This will give you a welcome message indicating that you currently logged
on your SQL Server as root.
For more information:
Installing and Upgrading MySQL
|