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