2012年2月20日 星期一

Installing MySQL on Windows

This blog SQL Your Life, is mainly focus any database but not Oracle. Today, I’m going to introduce you how to install MySQL on Windows. If you like my blog, you may share it on twitter or facebook via my blog tools.

Download

Go to url http://dev.mysql.com/downloads/, press the Download button

image

And in the next page, Download again.

image

You can either register an new account or just say “No thanks, just take me to the downloads!

image

Choose the closest mirror site to you, and save the file in the folder you like.image

Installation

Run the mysql-installer-5.n.nn.n.msi (n is the version number, not sure which version will it be when you’re browsing this blog)

image

.Net Framework 4.0

This message tells us that we need to install the .Net Framework 4.0.

image

Let’s go to http://go.microsoft.com/fwlink/?LinkId=181012, and click on Download to download the framework.

image

You may either Run or Save the file.

image

Check the checkbox then Install.

image

The installation is processing…

image

Finish to complete the installation of .Net Framework 4.0

image

MySQL

Run the  mysql-installer-5.n.nn.n.msi again.

Choose Install MySQL Products.

image

Check the I accept the license terms, then Next.

image

Check the Skip the check for updates, then Next.

image

Choose Developer Default as Setup Type, and Next.

image

Execute and it will launch the installer of Visual C++ 2010 runtime installer.

image

Check the checkbox, and then Install.

image

Finish to complete the installation of Visual C++ 2010 runtime.

image

Note that the green check appeared in the Microsoft Visual C++ 2010, then Next.

image

Review the products will be installed, then Execute

image

Installing…

image

All install success, then Next.

image

Configuration

Next to do the configuration.

image

Choose Developer Machine, then Next.

image

Give the password of MySQL Root, then Next.

image

Next to continue.

image

Installation Complete, Finish to continue

image

The MySQL Workbench will be launched.

image

What’s Next

That’s all for the installation. Next we’ll do something to the database.

See you next time.

2 則留言:

Your comments are welcome, thank you.