MySQL8.0 latest version installation tutorial (nanny-level tutorial)

MySQL latest version installation tutorial

1. Download MySQL

1. Log in to the official website: https://www.mysql.com/

image-20230726211947816

2. Select downloads, scroll down, find MySQL Community (GPL) Downloads » and click on it.

image-20230726212149337

image-20230726212227894

3.Select MySQL Installer for Windows

image-20230726212354257

4. Select the MySQL version and operating system, and click download to download.

image-20230726212713788

5. Select ** No thanks, just start my download. **

image-20230726212957791

image-20230726213029060

2. Install MySQL

1. Double-click to open the downloaded installation package

[The external link image transfer failed. The source site may have an anti-leeching mechanism. It is recommended to save the image and upload it directly (img-dMX5We7x-1690380407977) (img/image-20230726213415674.png)]

2. Select Custom

image-20230726213544557

3. Select the service you want to install and click the arrow to add it to the right

image-20230726213728293

4. Click Execute to download

image-20230726213943222

5. Click Next

image-20230726214023210

6. After clicking Execute to install, click Next

image-20230726214355861

7. If the port shows that it is occupied, modify it. If it is not occupied, select the default and click Next.

image-20230726214621874

8.Select Next

image-20230726214812701

9. Set the user password (root) and select Next

image-20230726214924655

10.Select Next

image-20230726215305602

11.Select Next

image-20230726215334339

12. Select Execute and click Finish

image-20230726215445855

image-20230726215518363

13.Select Next

image-20230726215650760

14.Select Finish

image-20230726215711926

15.Testing

Open MySQL

image-20230726215921620

enter password

image-20230726220015344

image-20230726220042557

correct.

enter password

[External link pictures are being transferred...(img-MKfUkLMf-1690380407983)]

[External link pictures are being transferred...(img-lNJUsY0k-1690380407983)]

correct.

At this point, the MySQL installation is complete!

Guess you like

Origin blog.csdn.net/m0_63451989/article/details/131948723