Erm's I.T. Girl – Zelna Ellis

Don't fear when Zel is near…

.NET & MySQL Part 2

Install MySQL Server on Windows XP

Download guide here (PDF)
Prerequisites:
On the MySQL download page click on “Pick a mirror” for the latest Windows (x86) version (107.4MB). Registering is optional, so just click No thanks, just take me to the downloads! Select a mirror to start downloading.
Version: 5.1.32
File Name: mysql-5.1.32-win32.msi
Download Location: http://dev.mysql.com/downloads/mysql/

  1. Run mysql-5.1.32-win32.msi and wait.
    fig01
  2. Click Next >
    fig02
  3. Select Typical, and then click Next >
    fig03
  4. Click Install
    fig04
  5. Wait
    fig05
  6. Click Next >
    fig06
  7. Click Next >
    fig07
  8. Leave Configure the MySQL Server now option checked. Click Finish.
    fig08
  9. Click Next >
    fig09
  10. Select Standard Configuration and then click Next >
    fig10
  11. Leave Install As Windows Service option checked.
    Leave Launch the MySQL Server automatically option checked
    Also check Include Bin Directory in Windows PATH option and click Next >
    fig11
  12. Leave Modify Security Setting option checked
    Leave Create An Anonymous Account option UNCHECKED.
    Enter a root password. Make sure to remember this password. Click Next >
    fig12
  13. Click Execute
    fig13
  14. Click Finish
    fig14
  15. Open command prompt & type in the following command:
    mysqlshow -u root –p
    Enter the password you supplied earlier. You should see something similar like this figure.
    fig15

In the next post in this series, we will have a more in-depth look on how to configure PHP to work with Microsoft IIS – Internet Information Server 5.1.

Previous Post:
.NET & MySQL Part 1 A list of software required as well as optional software that can be used.

Version 1.1

18 March 2009 - Posted by | .NET & MySQL | , , ,

No comments yet.

Leave a comment