Graphical introduction to installing MySQL database

Before installing, let's take a look at the database:

What is a database?

A database is a warehouse for storing data. Its essence is a file system. The data is stored in a specific format. Users can add, modify, delete and query the data in the database.

 

What is a Database Management System?

Database Management System (DataBase Management System, DBMS): refers to a large-scale software for operating and managing databases, which is used to establish, use and maintain databases, and conduct unified management and control of databases to ensure the security and integrity of databases. Users access the data in the tables in the database through the database management system .

 

Relationship between database and database management system

 

Next, we will introduce the installation of the database with pictures and texts:

 

32-bit computers can only install 32-bit, 64-bit computers can install 64-bit or 32-bit

Double-click the installation file to install

Jump out of the interface below

click next

 

Jump out of the interface below

Select to accept the relevant agreement, click next

Jump out of the following page

It is enough for programmers to develop a typical installation, select typical (the default installation path of a typical installation is the C drive)

Jump out of the following interface

Click install to jump out of the following interface

click next

Jump out of the following interface

click next

Enter the MySQL service installation

Successful installation;

 

This is the installation steps to install the MySQL database, is it very simple, then we can learn and use the database.

Guess you like

Origin blog.csdn.net/qq_42350107/article/details/87262103