Solve the mysql problem: Unable to continue code execution because MSVCR120.dll is not found

Solve the mysql problem: Unable to continue code execution because MSVCR120.dll is not found

1. Problem

The problems encountered when initializing MySQL are described as follows:

1. Whether: "The code execution cannot continue because MSVCR120.dll was not found. Reinstalling the program may fix this problem"

2. Still "The code execution cannot continue because VCRUNTIME140_1.dll was not found. Reinstalling the program may resolve this issue"

Problem analysis:

This is the error you will encounter when installing mysql-8.0.20.

This error is caused by the lack of some configuration files in the computer system. You can install vcredist to download the relevant configuration files.

2. Solution

1. Official website address (vcredist): https://www.microsoft.com/zh-CN/download/details.aspx?id=40784

You can also download the installation package directly from my network disk

Link: https://pan.baidu.com/s/14wdoDwEM6d_zJhWFwS-_Wg
Extraction code: s2tk

2. Install the software you just downloaded, the location is the default

Just click Repair and follow the software prompts to successfully solve this problem!

The above is the detailed content of solving the mysql problem: the code cannot be executed because MSVCR120.dll cannot be found. For more information about mysql cannot find MSVCR120.dll, please pay attention to other related articles on 123WORDPRESS.COM!

You may also be interested in:
  • Solve the problem of missing msvcr100.dll file when building mysql in windows service 2012 Alibaba Cloud server

<<:  How to install and deploy gitlab server on centos7

>>:  Press Enter to automatically submit the form. Unexpected discovery

Recommend

How Web Designers Create Images for Retina Display Devices

Special statement: This article is translated bas...

Stealing data using CSS in Firefox

0x00 Introduction A few months ago, I found a vul...

How to optimize images to improve website performance

Table of contents Overview What is Image Compress...

CentOS7 uses rpm to install MySQL 5.7 tutorial diagram

1. Download 4 rpm packages mysql-community-client...

Basic structure of HTML documents (basic knowledge of making web pages)

HTML operation principle: 1. Local operation: ope...

MySQL database green version installation tutorial to solve system error 1067

What is the difference between the green version ...

How to increase HTML page loading speed

(1) Reduce HTTP requests. (Merge resource files a...

Detailed explanation of Vue's ref attribute

Summarize This article ends here. I hope it can b...

Eclipse configures Tomcat and Tomcat has invalid port solution

Table of contents 1. Eclipse configures Tomcat 2....

MySQL installation and configuration method graphic tutorial (CentOS7)

1. System environment [root@localhost home]# cat ...

MySQL database development specifications [recommended]

Recently, we have been capturing SQL online for o...

Problems encountered in using MySQL

Here are some problems encountered in the use of ...