[MySQL] Introduction to Database Basics Install MySQL

Table of contents

introduce:

Install MySQL:

Set root account password

 2. Configure environment variables

2. Find the Path system variable and click "Edit"


introduce:

MySQL is an open source relational database management system (RDBMS), which is a software used to manage and store data.

Install MySQL:

Go to download: https://downloads.mysql.com/archives/installer/
 

1. Double-click the official installation package file

2. Install according to the installation prompts

Set root account password

 2. Configure environment variables

1. In the search window search box, search for "environment variables"

2. Find the Path system variable and click "Edit"


3. Select "New" and add the bin directory under the MySQL Server installation directory to the environment variable

Guess you like

Origin blog.csdn.net/m0_64494670/article/details/135040712