MySQLServer Installation Manual for Windows V1.0

24
CCTNS – MySQL Server Installation Guide (Offline) - Windows MySQL Server Installation Manual on Windows For Core Application Software (CAS) Crime and Criminal Tracking Network and Systems (CCTNS) Submitted to: National Crime Records Bureau Ministry of Home Affairs Government of India Submitted By Wipro Limited Confidentiality Restricted Circulation Page 1 of 24

description

mysql cctns

Transcript of MySQLServer Installation Manual for Windows V1.0

CCTNS – MySQL Server Installation Guide (Offline) - Windows

MySQL Server Installation Manual on Windows

For

Core Application Software (CAS)

Crime and Criminal Tracking Network and

Systems (CCTNS)

Submitted to:

National Crime Records BureauMinistry of Home Affairs

Government of India

Submitted ByWipro Limited

Confidentiality

This document is being submitted to National Crime Records Bureau, Ministry of Home Affairs, Government of India, with the explicit understanding that the contents would not be divulged to any

third party without prior written consent from Wipro Limited

Restricted Circulation Page 1 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

PROJECT CONTROL

Project Code: NCRB-ADMS-FPP-201102

Project Name: Crime and Criminal Tracking Network and Systems

Location: NCRB, New Delhi

Customer Name: National Crime Records Bureau, Ministry of Home Affairs, GOI

Customer Contact Information:

East Block 7, R. K. Puram, New Delhi- [email protected]

Project Manager / Email ID: Nitin Arora/ [email protected]

Technical Architect / Email ID:

Krishna Oruganti/ [email protected]

Quality Co-coordinator / Email ID:

Rahul Kumra/ [email protected]

DOCUMENT SIGN-OFF

To Action Due Date Signature

DOCUMENT CONTROL

Version

Date of Revision

Description for Change

Reason for Change

Affected Sections

Approved By

1.0 05/12/2011 Initial Draft ---- All

Approved by: Authorized by:

Date: Date:

Restricted Circulation Page 2 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

Table of Contents

1 Introduction..............................................................................................................................42 Installation Procedure..............................................................................................................4

Restricted Circulation Page 3 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

1 Introduction

This document is intended to provide the steps to install mysql Server as a pre-requisite for CCTNS Offline Application.

2 Installation Procedure

Follow the below mentioned steps to install My SQL Server

1) Double click on Installation file. (Mysql-5.1.51-win32)

2) Click Next

3) Choose "Complete" and Click Next.

Restricted Circulation Page 4 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

4) Click the “Install”

Restricted Circulation Page 5 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

The below screen would be displayed

Restricted Circulation Page 6 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

5) Click on Next button

Restricted Circulation Page 7 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

6) Click on Next

7) Check the” Configure the MySql Server now” Then Click Finish,

Restricted Circulation Page 8 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

8) Once installation is finished, we will get To Configure MysQl server instance wizard then Click Next

Restricted Circulation Page 9 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

9) Choose "Detailed Configuration" and Click Next

Restricted Circulation Page 10 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

10) Choose "Server Machine" and Click Next

Restricted Circulation Page 11 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

11) Choose "Multifunctional Database" and Click Next

Restricted Circulation Page 12 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

12) Click Next

Restricted Circulation Page 13 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

13) Choose "Decision Support (DSS)/OLAP”, Concurrent connections is 20 and Click Next

Restricted Circulation Page 14 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

14) Leave the defaults (both check boxes enabled, port: 3306)

Add firewall exception for this port need to Check. To connect to the database server from a remote location

Restricted Circulation Page 15 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

15) Choose "Standard Character Set" and Click Next

Restricted Circulation Page 16 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

16) Check the "Include Bin Directory in Windows PATH" checkbox and Click Next

Restricted Circulation Page 17 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

17) Enter the desired root password and Click Next

Restricted Circulation Page 18 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

18) Finally, Click Execute to finish the wizard.

Restricted Circulation Page 19 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

19) Click Finish to close the wizard.

Restricted Circulation Page 20 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

After the service has been successfully started and the security settings successfully applied, here is what you can do to test your configuration.

1. Open the Start Menu2. Go to All Programs

3. Go to MySQL

4. MySQL Server 5.X

5. Open MySQL Command Line Client

When the prompt “enter password” comes up, enter the password you created during the installation configuration. If successful, you should see a screen resembling this.

Restricted Circulation Page 21 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

Another way to test your installation of the MySql is:

1. Open the Start Menu2. Go to Run

3. Type cmd press Enter button

4. Will get Command prompt

5. Then type mysql –u username –p password

(Username is: root, password is the password provided at the time of mysql installation)

6. It will connect the mysql

Restricted Circulation Page 22 of 23

CCTNS – MySQL Server Installation Guide (Offline) - Windows

Restricted Circulation Page 23 of 23