Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

PRACTICAL-1 DATE: / /

Install & Configure MYSQL Database.

AIM:-
 To install and configure MYSQL database in Computer System.

MySQL is 'Open Source' software that is undergoing constant development.

At the time of writing this guide there are two later versions available
1. MySQL 5.5 is the current development release series
2. MySQL 5.1 is the current General Availability (Production) release series

The download you need for Windows is 'MSI Installer' for your system
Mysql-essential-X.XX.XX-win32.msi - for 32 bit Windows OR
Mysql-essential-X.XX.XX-winx64.msi - for 64 bit Windows

Step 1

Navigate to the folder you downloaded to and click on install package.


Step 2

You may receive this security warning - click Run

Step 3

Click Next >


Step 4

You may select Typical if you are have a limited hard disk capacity.
I recommend complete install.

Click Next >

Step 5

You are now ready to install - click Install


Step 6

Click Next >

Step 7
Click Next >
Step 8

Tick Configure the MySQL Server now


Registration is optional.
Click Finish

Step 9

Click Next >


Step 10

Your will only see this screen if you have previously installed or patrially installed this version of
MySQL

If not previously installed go to Step 11

Select Reconfigure Instance then click Next >


Step 11

Select Detailed Configuration then click Next >

Step 12

Select Developer Machine then click Next >


Step 13

Select Non-Transactional Database Only then click Next >

Step 14

Select Decision Support (DSS)/OLAP then click Next >


Step 15

Select both (default) options: Enable TCP/IP Networking and Enable Strict Mode then click Next >

Step 16

Select (Default) Standard Character Set then click Next >


Step 17

Select both options: Install As Windows Service and Include Bin Directory in Windows
Path then click Next >

Note: if you have installed an earlier version of MySQL the default Service Name: MySQL will not be
available as it is already in use.

You MUST uninstall previous version to use the default Service Name

Step 18

If you have a previous install you must enter Current root password - if no previous install you will
not see this

Enter New root password and Confirm

Make sure you record the Root Password

Note: The default username is root.

It is recommended to change this setting up PHPMyAdmin or MySQL Command Line Client


(advanced)
Click Next >

Step 19

Click Execute to configure your database server.

______________

Signature of Staff

You might also like