当前位置:网站首页>Simple understanding of MySQL database
Simple understanding of MySQL database
2022-07-06 19:02:00 【Even if it's not known by others】
MySQL Database simple understanding
List of articles
Basic concepts of database
data (Data)
- A symbolic record of things
- Including digital , written words 、 graphics 、 Images 、 voice 、 Records, etc
- With “ Record ” Forms are stored in a unified format
surface
- Organize different records together
- Used to store specific data
database
- Set of tables , It's a warehouse for storing data
- A collection of interrelated data stored in a certain organization
- It's organized according to the data structure 、 Warehouse for storing and managing data
Database management system (DBMS)
- Is to achieve effective organization of database resources 、 System software for management and access
- Establishment and maintenance of database 、 Data definition function 、 Data manipulation function 、 Database operation and management functions 、 Communications functions
Database system
- It's a human computer system , By hardware 、OS、 database 、DBMS、 Application software and database users
- The user can go through DBMS Or the application operates the database

The development of database
First generation database
- since 20 century 60 s , The first generation database system came out
- It is a database system of hierarchical model and mesh model
- It provides strong support for unified management and data sharing
Second generation database
- 20 century 70 s , Second generation database —— Relational databases are beginning to appear
- 20 century 80 s ,IBM The company's relational database system DB2 available , Start to gradually replace the database of hierarchical and mesh model , Become the mainstream of the industry
- up to now , Relational database system still occupies the main position of database application
Third generation database
- since 20 century 80 s , New database systems adapted to different fields are emerging
- Object oriented database system , Practical 、 It has a wide range of adaptability
- 20 century 90 Late S , A variety of database systems support applications together — Some new elements have been added to mainstream database systems
for example ,Oracle Supported by “ Relationship ( object ” database model
The second generation database relational database stores rows in the form of tables – Column
Third generation database non relational data e file , picture , Key value pair , label , Sequence, etc
Document database , Index type , The time series
Introduction to mainstream database
SQLServer ( Microsoft products )
- oriented Windows operating system
- Simple 、 Easy to use
Oracle ( Oracle products )
- For all mainstream platforms
- Security 、 perfect , The operation is complicated
DB2 (IBM The products of the company )
- For all mainstream platforms
- Sky type 、 Security 、 perfect
MySQL( Oracle buys )
- free 、 Open source 、 Small volume

Introduction to relational database
A relational database system is a database system based on a relational model
The data structure of relational model uses two-dimensional data table which is easy to understand
- Each line is called a record , Information used to describe an object
- Each column is called a field , Used to describe an attribute of an object
The relational model can be simply “ Entity - Relationship ”(E-R) It is shown in the figure
E-R The figure contains the entity ( Data objects )、 Three elements of relationship and attribute
relational database : Entity
Also known as instances , Corresponding to... That can be distinguished from other objects in the real world “ event ” Or things "
Such as bank customers 、 Bank accounts, etcrelational database : attribute
A property of an entity , An entity can have multiple properties
Such as “ Bank customers ” Each entity in the entity set has a name 、 address 、 Telephone, etcrelational database : contact
The correspondence between entity sets is called connection , Also known as relationships, such as between bank customers and bank accounts “ savings ” The relationship betweenThe collection of all entities and their relationships constitutes a relational database
The storage structure of relational database is two-dimensional tables in each two-dimensional table
- Each line is called a record , Information used to describe an object
- Each column is called a field , Used to describe an attribute of an object
Application of relational database
Relational database
- Oracle、Mysql
- SQLServer、Sybase
- Informix、access
- DB2、FoxPRO
Applications in life
- 12306 User information system
- Taobao account system
- Website user information system
Introduction to non relational database
- Non relational databases are also called NoSQL (Not Only SQL)
- Storing data is not based on a relational model , No fixed table format is required
- Advantages of non relational database
- Database can be read and written with high concurrency
- Efficient storage and access to massive data
- Database has high scalability and high availability
- Common non relational databases
- Redis
- mongoDB
- etc.
MySQL Database introduction
MySQL
- A popular open source relational database
- Oracle Our products
- comply with GPL agreement , It can be used and modified free of charge
- characteristic
- Performance is remarkable 、 Stable service
- Open source 、 No copyright restrictions 、 The cost is low
- Multithreading 、 Multi user
- be based on C/S( client / The server ) framework
- Safe and reliable
MySQL Installation method
See details before LNMP Medium MySQL install
mysql install
边栏推荐
- R language ggplot2 visual time series histogram: visual time series histogram through two-color gradient color matching color theme
- Video based full link Intelligent Cloud? This article explains in detail what Alibaba cloud video cloud "intelligent media production" is
- 44 colleges and universities were selected! Publicity of distributed intelligent computing project list
- A wearable arm device for night and sleeveless blood pressure measurement [translation]
- Introduction to the use of SAP Fiori application index tool and SAP Fiori tools
- The dplyr package of R language performs data grouping aggregation statistical transformations and calculates the grouping mean of dataframe data
- R language uses rchisq function to generate random numbers that conform to Chi square distribution, and uses plot function to visualize random numbers that conform to Chi square distribution
- Example of implementing web server with stm32+enc28j60+uip protocol stack
- The nearest library of Qinglong panel
- 应用使用Druid连接池经常性断链问题分析
猜你喜欢

包装行业商业供应链管理平台解决方案:布局智慧供应体系,数字化整合包装行业供应链

Introduction to the use of SAP Fiori application index tool and SAP Fiori tools

美庐生物IPO被终止:年营收3.85亿 陈林为实控人

C#/VB.NET 给PDF文档添加文本/图像水印

Summary of performance knowledge points

一种用于夜间和无袖测量血压手臂可穿戴设备【翻译】

Describe the process of key exchange

openmv4 学习笔记1----一键下载、图像处理背景知识、LAB亮度-对比度

五金机电行业智能供应链管理系统解决方案:数智化供应链为传统产业“造新血”

Nuc11 cheetah Canyon setting U disk startup
随机推荐
Lucun smart sprint technology innovation board: annual revenue of 400million, proposed to raise 700million
Pytorch common loss function
Test 123
A wearable arm device for night and sleeveless blood pressure measurement [translation]
44 colleges and universities were selected! Publicity of distributed intelligent computing project list
How are you in the first half of the year occupied by the epidemic| Mid 2022 summary
There is a sound prompt when inserting a USB flash disk under win10 system, but the drive letter is not displayed
Summary of performance knowledge points
R语言dplyr包进行数据分组聚合统计变换(Aggregating transforms)、计算dataframe数据的分组均值(mean)
Digital "new" operation and maintenance of energy industry
R语言使用dt函数生成t分布密度函数数据、使用plot函数可视化t分布密度函数数据(t Distribution)
Reptiles have a good time. Are you full? These three bottom lines must not be touched!
Based on butterfly species recognition
Execution process of MySQL query request - underlying principle
test about BinaryTree
Oracle advanced (IV) table connection explanation
二叉搜索树
测试行业的小伙伴,有问题可以找我哈。菜鸟一枚~
Openmv4 learning notes 1 --- one click download, background knowledge of image processing, lab brightness contrast
Penetration test information collection - App information