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

Detailed explanation of Linux text processing tools

1. Count the number of users whose default shell ...

Native js implementation of magnifying glass component

This article example shares the specific code for...

Mysql transaction concurrency problem solution

I encountered such a problem during development A...

Linux nohup command principle and example analysis

nohup Command When using Unix/Linux, we usually w...

How to manually upgrade the kernel in deepin linux

deepin and Ubuntu are both distributions based on...

1 minute Vue implements right-click menu

Table of contents Rendering Install Code Implemen...

Detailed explanation of Vue monitoring attribute graphic example

Table of contents What is the listener property? ...

Analysis of common usage examples of MySQL process functions

This article uses examples to illustrate the comm...

Use Firebug tool to debug the page on iPad

How to debug a page on iPad? When using iOS 5, you...

MySQL 5.6.28 installation and configuration tutorial under Linux (Ubuntu)

mysql5.6.28 installation and configuration method...

Use Rem layout to achieve adaptive

I have written an article about mobile adaptation...

Elementui exports data to xlsx and excel tables

Recently, I learned about the Vue project and cam...

JavaScript microtasks and macrotasks explained

Preface: js is a single-threaded language, so it ...

WiFi Development | Introduction to WiFi Wireless Technology

Table of contents Introduction to WiFi Wireless T...

A brief discussion on MySQL temporary tables and derived tables

About derived tables When the main query contains...