0% found this document useful (0 votes)
3 views

3. MySQL - Introduction and Installation

The document provides an overview of databases, DBMS, and RDBMS, specifically focusing on MySQL as an open-source relational database management system. It details the types of MySQL editions, including Community and Commercial Editions, and outlines the installation process step-by-step. MySQL is free to use and allows users to download, modify, and share its source code.

Uploaded by

pandekrishna723
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

3. MySQL - Introduction and Installation

The document provides an overview of databases, DBMS, and RDBMS, specifically focusing on MySQL as an open-source relational database management system. It details the types of MySQL editions, including Community and Commercial Editions, and outlines the installation process step-by-step. MySQL is free to use and allows users to download, modify, and share its source code.

Uploaded by

pandekrishna723
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 13

Contents

 Database, DBMS and RDBMS


 MySQL Overview
 MySQL Editions
 MySQL Installation

Database

 Database is used to store structure data.

DBMS

 DBMS stands for Database Management System.


 It's a software application that helps us to create, manage, and access databases.
 Types of DBMS
o Relational Database Management System (RDBMS)
o Hierarchical
o Network
o Object Database Management System

RDBMS

 It's a type of database management system (DBMS) that organizes data in tables, with
rows representing records and columns representing attributes.

MySQL Overview

 MySQL is an open source, freeware relational database management system (RDBMS).


 Open Source: source code is available to the public; we can download, modify, and share
it.
 Freeware: software is free to use, no need to pay for licensing.

MySQL Editions
 Community Edition
o It is freely available and supported by the MySQL community.
 Commercial Editions
o It is not freely available and supported by Oracle.
o It provides extra features, support, and services under different licensing terms.

MySQL Installation

 Download MySQL from below link


https://dev.mysql.com/downloads/installer/

 Click on Download
 Click on No Thanks, Just start my download
 Double click on MySQL Installable file (e.g. mysql-installer-community-8.0.40.0)
 Choosing a Set Type

 Select Full and Click on Next Button


 Click on Execute button

 Click on Next Button


 Click on Execute Button
 Click on Next Button

 Click on Next Button

 Click on Next Button


 Click On Next Button

 Click On Next Button


 Click On Next Button

 Click on Next Button


 Click On Execute Button

 Click On Finish
 Click on Next button

 Click on Next
 Enter Password (e.g. root), Click Check, Click on Next

 Click on Execute Button


 Click on Next Button
 Click On Finish

You might also like