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
Result: html <nav id="nav-1"> <...
1. Introduction By enabling the slow query log, M...
Preface: I received crazy slow query and request ...
1. Go to the official website to download the jdk...
Nginx's rewrite function supports regular mat...
Copy code The code is as follows: <hr style=&q...
Installation The required documents are provided ...
Adaptive layout is becoming more and more common i...
Copy code The code is as follows: <a href=# ti...
Lots of links You’ve no doubt seen a lot of sites ...
Table of contents What are shallow cloning and de...
Table of contents Query cache optimization Overvi...
mysql accidentally deleted data Using the delete ...
Table of contents Mode Parameters HashHistory Has...
Preface: Integer is one of the most commonly used...