0% found this document useful (0 votes)
2 views18 pages

Installation Guide

Structured Query Language (SQL) is a programming language for querying and managing relational databases, developed in the 1970s. MySQL is an open-source relational database management system based on SQL, widely used for web applications due to its flexibility and ability to handle high transaction volumes. MySQL Workbench is a visual tool for database design and administration, with detailed installation instructions provided in the document.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views18 pages

Installation Guide

Structured Query Language (SQL) is a programming language for querying and managing relational databases, developed in the 1970s. MySQL is an open-source relational database management system based on SQL, widely used for web applications due to its flexibility and ability to handle high transaction volumes. MySQL Workbench is a visual tool for database design and administration, with detailed installation instructions provided in the document.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

What is Structured Query Language (SQL)?

SQL is a programming language used by nearly all relational databases to


query, manipulate, and define data, and to provide access control. SQL was
first developed at IBM in the 1970s with Oracle as a major contributor, which
led to the implementation of the SQL ANSI standard, SQL has spurred many
extensions from companies such as IBM, Oracle, and Microsoft. Although
SQL is still widely used today, new programming languages are beginning
to appear.

What is a MySQL Database?


MySQL is an open-source relational database management system based
on SQL. It was designed and optimized for web applications and can run on
any platform. As new and different requirements emerged with the internet,
MySQL became the platform of choice for web developers and web-based
applications. Because it’s designed to process millions of queries and
thousands of transactions, MySQL is a popular choice for eCommerce
businesses that need to manage multiple money transfers. On-demand
flexibility is the primary feature of MySQL.

The official documentation link for MySQL is: https://dev.mysql.com/doc/

Why MySQL?
Many of the world's largest and fastest-growing organizations including
Facebook, Twitter, Booking.com, Airbnb, Uber, Linked In, YouTube and
Verizon rely on MySQL to save time and money powering their high-volume
Web sites, business-critical systems and packaged software.
MySQL Workbench
MySQL Workbench is a visual database design tool that integrates SQL development,
administration, database design, creation and maintenance into a single integrated
development environment for the MySQL database system.

Official Manual Link for installation and using MySQL Workbench is given below:
https://downloads.mysql.com/docs/workbench-en.pdf

1) To install MYSQL go to Google and type mysql installer and click on enter

2) After step 1 you will see the following results. Click on the first URL as shown in the screenshot.
3) After step 2 click on Windows (x86, 32-bit) MSI Installer. This will install MySQL complete including its
server.

4) Now click on No thanks, just start my download as shown in the screenshot.


5) Subsequently downloading MySQL installer community version save it and then open it as shown in
given below screenshots.
6) Choose the Setup Type as Custom and click on Next button.

7) Select the installation files (shown in step 9) and then click on Next button. After this you will see the
following screen, click on Next button and then click on Yes button.
8) Click on Execute button as shown in the screenshot.

9) After installation of all products click on Next button.


10) After step 10 you need to configure MYSQL server and its router. Click on Next button as shown in
the screenshot to start configuration.

What is MYSQL router?

Router is a lightweight middleware that provides transparent routing between your application and
back-end MySQL Servers.
11) You have to select Type and Networking at this step. Now after step 11 a new screen will open in
which you have to continue with default settings. Default settings are shown in the next screenshot.

12) Click on Next button to proceed further after step 12.

13) In this step you have to add authentication method. Simply go with default settings and click on Next
button.
14) Now in Accounts and Roles screen you have to set root password for MYSQL server. After entering
password click on Next button.

15) After step 15 you will see Window service page. Just advance with default settings and you have to
click on Next button at this screen.
16) Click on Execute button to apply configuration. As the configuration is successfully applied. Click on
Finish button.
17) Now MYSQL server is successfully configured. Next you have to configure MYSQL router. For this
click on Next button as shown in the subsequent screenshot.

18) MYSQL Router configuration screen will be open. You have to advance with default settings and click
on Finish button.
19) After MYSQL server and router configuration click on Next button.

20) At this step enter your root password and then click on Check button. After connection succeeded
method click on Next button.
21) After connecting to server and then apply configurations. Simply click on Execute button and then
click on Finish button as shown in screenshot 24.
22) Now as the product is successfully configured click on Next button and then click on Finish button to
complete the installation.
23) Click on Local Instance as shown below and then enter your root password as shown in screenshot

You might also like