Page cover image

MySQL Architecture

MySQL database is a data table, similar to excel, in which all are cells, but MySQL database has many places that excel cannot match. For example, the data capacity of MySQL is TB level, but excel cannot open files exceeding GB.

The highest-level data structure in MySQL is the database. There are many data tables in the database, and there are many records in each data table. Records are the lowest-level data structure in MySQL.

database

data table

record

Statistics

Start time of this page: February 2, 2022

Completion time of this page: February 10, 2022

Last updated