Installing MySQL on Windows

Installing the Community Edition

There are two versions of MySQL: Community Edition (free) and Enterprise Edition ($$$).

If you are upgrading from a previous version of MySQL that is running as a service, then you must stop the service and remove it. This can be accomplished with the following steps.

Go to the download page for windows: http://mysql.org/downloads/mysql/5.0.html#win32

Download the zip file that has the self-extracting exe file: Windows (x86) ZIP/Setup.EXE

Unzip the file and run Setup.exe

Configuriung MySQL

To test the configuration:

Creating a username and database that are the same as the ones on ocelot.

Follow these steps to create a user account named spr07_username and a database named spr07_username.

Log on as the root account:

Create a user account

Creating a database

Test the new username and database.