PrefaceMySQL 8.0.26 was released on July 20, 2021. One change you need to note is that a lot of variable names have been changed in this version. A lot of variable names containing master and slave have been changed to source and replica. For example: slave_parallel_workers ->replica_parallel_workers. The following is a detailed introduction to the installation and uninstallation methods. 1. Installation1. Download from the official websiteBaidu enters the official website, the community version is enough for learning, I downloaded the compressed version click here to go directly to the download page It is said that version 8.X has optimized performance and is 2 times faster than version 5.7! Next, download without logging in 2. Create configurationAfter downloading, it is recommended to unzip it to a path without Chinese characters and create a my.ini configuration file in the unzipped directory
3. Initialize MySQL The administrator CMD enters the unzipped bin directory and enters 4. Install MySQL service Enter 5. Log in to MySQLStart the service first Log in to the specified port, because 3306 is used by version 5.7 Change the password. The password just generated is a temporary password and needs to be changed. Enter The installation is now complete. 2. Uninstall1. Stop the service Administrator CMD, enter Select the version you want to delete and click OK 2. Uninstall the serviceI chose to delete the second one. 3. Delete the installation filesDelete both the installation directory and the data directory. 4. Delete registry informationRegistry Path
SummarizeThis is the end of this article about MySQL 8.0.26 installation and uninstallation. For more information about MySQL 8.0.26 installation and uninstallation, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Example code for CSS columns to achieve two-end alignment layout
Effect principle Mainly use CSS gradient to achie...
I spent almost two hours trying various methods. ...
Purpose of using Nginx Using Alibaba Cloud ECS cl...
When I was writing a project yesterday, I needed ...
Key Points The CSS resize property allows you to ...
To be honest, this question involves a lot of cor...
If you use docker search centos in Docker Use doc...
1. Set CORS response header to achieve cross-doma...
Win10 installs mysql5.7 decompressed version, for...
Classification of color properties Any color can ...
Table of contents Algorithmic Strategy Single-nod...
First, there is only one change event. changeleve...
Table of contents 1. New usage of watch 1.1. Watc...
need: In background management, there are often d...
Problem Description When VMware Workstation creat...