This article shares the installation steps of MySQL 8.0.11 for your reference. The specific contents are as follows Step 1: Download the installation package MYSQL official download address: Official Download The first option here is online installation, and the second option is offline package installation. I chose the second option (regardless of the operating system of your computer) because: No need to register or log in, just select the lower left button to download: No thanks, just start my download Step 2 : Installation I choose Custom installation here, or you can choose Default Because I did a custom installation, I only selected the following two installation contents If the following prompt appears, it means that the machine does not have a VC environment, so the installation cannot proceed. You need to download the VC environment first. Download VC environment: Official address If the address is invalid, you can also Baidu: microsoft visual c++ 2015 to download After the environment is downloaded and installed, we come back and reinstall it, and find that this step will become Next, install it all the way The above step is to create a user, and then go down After the installation is complete, you can see in the service that the MYSQL service has been started, the bin directory (default: C:\Program Files\MySQL\MySQL Server 8.0\bin) But if we use a third-party application such as Navicat to log in, we will be prompted: Authentication plugin 'caching_sha2_password' cannot be loaded After checking, it was found that 8.0 changed the authentication plugin Solution ALTER USER stocker@localhost IDENTIFIED WITH mysql_native_password BY 'stocker'; If it is the latest version of the third-party software, the authentication may have been changed automatically and no manual modification is required. The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Example of how to mosaic an image using js
>>: How to implement gzip compression in nginx to improve website speed
Preface The explain command is the primary way to...
Div basic layout <div class="main"&g...
mysql-8.0.19-winx64 downloaded from the official ...
register The front-end uses axios in vue to pass ...
There are many ways to generate a global ID. Here...
The following code introduces Chrome's monito...
The difference between run and start in docker Do...
Here we introduce the centos server with docker i...
This article shares the specific code for React t...
The 10-day tutorial uses the most understandable ...
/***************** * proc file system************...
background A specific device is used to perform i...
Start a new project This article mainly records t...
I have previously written an article about recurs...
MariaDB is installed by default in CentOS, which ...