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 js's event loop event queue in the browser

Table of contents Preface Understanding a stack a...

Zabbix implements monitoring of multiple mysql processes

Three MySQL instance processes are started on one...

Docker MQTT installation and use tutorial

Introduction to MQTT MQTT (Message Queuing Teleme...

Vue implements graphic verification code login

This article example shares the specific code of ...

DOM operation implementation in react

Table of contents Previous words Usage scenarios ...

Solution to inserting a form with a blank line above and below

I don't know if you have noticed when making a...

Summary of Several Methods for Implementing Vertical Centering with CSS

In the front-end layout process, it is relatively...

MySQL single table query example detailed explanation

1. Prepare data The following operations will be ...

Linux operation and maintenance basics httpd static web page tutorial

Table of contents 1. Use the warehouse to create ...

Why the table file size remains unchanged after deleting data in MySQL

For databases that have been running for a long t...

Web lesson plans, lesson plans for beginners

Teaching Topics Web page Applicable grade Second ...

Detailed explanation of Vue's list rendering

Table of contents 1. v-for: traverse array conten...