Download and install MySQL 8.0

MySQL 8.0 download and installation process

install source

https://www.mysql.com/
https://www.mysql.com/downloads/
At the bottom, click MySQL Community (GPL) Downloads.
the bottom
Go to https://dev.mysql.com/downloads/ and select "MySQL Installer for Windows".
MySQL Community Downloads
Go to https://dev.mysql.com/downloads/installer/ , select download in the blue box.
Installer
no registration required

Can you take a look at Archives and Looking for precious GA versions while waiting for the download? For these two, you can see versions and adaptation options other than 8.0 for download by users in need.

Download completed.
Download completed

installation configuration

  1. Take a deep breath to get rid of distracting thoughts and throw away the irritability.

  2. Double-click the installation package, and after several pop-up windows, you will come to the following interface. You can customize the installation according to your needs. I was lazy and chose Developer directly. The default is C:\Program Files\MySQL\MySQL Server 8.0. Now that I think about it, I should only install Server and Workbench first, and then install other parts, and then I can change the installation path through Path Conflicts, but there is no big problem at present, and I will change it when I have time.
    insert image description here
    If you customize it, you can choose what you need. The installation time is related to the size of the selected content.

  3. The selected developer installs by default:
    Installation
    Wait after Execute, and then Next after completion.

    Start configuration, Next.

  4. Type and Networking
    development mode
    is configured as shown in the figure below. If you install two MySQL ports, change the port. If there is a conflict, go to the service interface to see which conflicts and close it.
    Type and Networking
    Open the computer management method: "Start menu" right click, select services.
    insert image description here

  5. This is how I understand Authentication Method
    . Although third-party clients may not use this encryption method, since the built-in command line support is recommended, it is the general trend. It’s okay to choose the following, there will be no pitfalls. A PDF that only installs Sever, can change the path, and select the Legacy Authentication Method will be uploaded.
    Authentication Method

  6. The Accounts and Roles
    user name is root by default, and next is after writing the password yourself. You can add users or not below.

  7. See the picture below for Windows Service
    : This MySQL80 can be seen in the service of computer management
    insert image description here
    later .

  8. Apply Configuration
    Check the configuration, there is no problem Execute.

    After the completion of Next, if there is a problem, Back check, usually it is a port problem.
    insert image description here
    Back to Product Configuration, next. Followed by connection related configuration.

  9. Connect
    Directly on next and finish to enter the user name and password to connect here.
    insert image description here
    End after Execute.

examine

Open in the start menu:
insert image description here

service interface:

the installation is successful.

Guess you like

Origin blog.csdn.net/qq_45973306/article/details/121060573
Recommended