The installation tutorial of MySQL 5.7.27 is recorded as follows and shared with everyone Step 1: Download the MySQL installation package Go to the database's official website at http://www.mysql.com to download MySQL. After pulling down, there is only a 64-bit version as shown in the figure, then click Looking for previous GA versions to find the 32-bit installation package. As shown below After clicking download, you will enter the picture below. Select No thanks, just start my download. and you can download directly. After the download is successful, unzip it. I unzipped it to drive D and renamed the unzipped file to mysql57. (The decompression path can be modified as you wish) Step 2: Set environment variables My Computer -> Properties -> Advanced System Properties -> Environment Variables. As shown below: Create a new "MYSQL_HOME" value "D:\mysql57" in the system variables (the path where the file is stored after decompression in step 1) Create a new path in the system variable (%MYSQL_HOME%\bin;) Step 3: Install MySQL Open the computer search, enter CMD, find "Command Prompt", right-click and select Run as administrator. As shown below: Enter the bin folder under the folder mysql57 that you unzipped in the first step. As shown in the figure If Service successfully installed appears, it indicates success. If the msvcr120.dll is missing error occurs. This can be solved by downloading the Microsoft Visual C++ Redistributable Package. Download method click to enter Type net start mysql to start the service Wonderful topic sharing: MySQL different versions installation tutorial MySQL 5.7 installation tutorials for various versions MySQL 5.6 installation tutorials for various versions mysql8.0 installation tutorials for various versions 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:
|
<<: Vue practice of preventing multiple clicks
>>: Practical explanation of editing files, saving and exiting in linux
Recently, when I was using Docker to deploy a Jav...
Preface: Use watermark effect in vue project, you...
After learning the basic operations of Docker, we...
Today, I set up a newly purchased Alibaba Cloud E...
Table of contents Mode Parameters HashHistory Has...
1. Use docker images to view all the image files ...
Preface The location in the server block in the N...
In the pages of WEB applications, tables are ofte...
MySQL is easy to install, fast and has rich funct...
Error occurs: When exporting the database from My...
If prompted to enter a key, select [I don’t have ...
When using Maven to manage projects, how to uploa...
1. Favicon.cc To create ico icon websites online,...
Preface Some of the earlier codes on Github may r...
# Installation daemon configuration for Redis on ...