Table of Contents
Installation of MySQL involves installing three different components.
MySQL Database Server 4.1.14
MySQL Administrator 1.1
MySQL Connector/J
Please visit this website: http://dev.mysql.com/downloads/mysql/4.1.html.
Scroll down the website that you just opened in your browser and locate the heading titled Windows downloads. You should see an entry titled Windows (x86) under this heading. Click on the link titled Pick a mirror corresponding to Windows (x86) as shown in Figure 3.1, “MySQL Database Server installation”, download the MySQL Database Server distribution and install it.
The database server installation software is downloaded as a zip file. Extract the setup.exe file, execute it and perform the following steps.
You will be provided with three options: Typical, Custom and Complete. Choose Typical and Click Next.
Accept the default installation location and Click Install.
Choose Skip Sign-up and Click Next.
Make sure that the Configure the MySQL Server now option is checked and Click Finish.
Choose Detailed Configuration and Click Next.
Choose Developer Machine and Click Next.
Choose Multifunctional Database and Click Next.
Accept the default InnoDB Tablespace Settings and Click Next.
Choose Online Transaction Processing (OLTP) and click Next.
Accept the defaults (Enable TCP/IP Netorking is checked and port number is 3306) and click Next.
Accept the defaults (Standard Character Set is checked) and click Next.
Accept the defaults (Install As Windows Service is checked, Service Name is MySQL and Launch the MySQL Server automatically is checked) and click Next.
Accept the defaults (Modify Security Settings is checked) and use admin as the New root password. Also make sure that the Enable root access from remote machines is checked.
Please note that the screen below does not reflect the original screen. A text box has been added to show you that the new root password chosen is admin.
Please note that the four circles on the screen are NOT check boxes. Click Execute to proceed.
Click Finish.
Invoking the MySQL Command Line Client navigating to Start->Programs->MySQL->MySQL Server 4.1->MySQL Command Line Client. Enter the root password (admin and you should a screen similar to the one shown below.
Please visit http://dev.mysql.com/doc/mysql/en/windows-troubleshooting.html if you get any error messages and type exit to terminate the Command Line Client.