1. ProblemThe 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. Solution1. 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 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:
|
<<: How to install and deploy gitlab server on centos7
>>: Press Enter to automatically submit the form. Unexpected discovery
1. Count the number of users whose default shell ...
This article example shares the specific code for...
I encountered such a problem during development A...
nohup Command When using Unix/Linux, we usually w...
deepin and Ubuntu are both distributions based on...
Table of contents Rendering Install Code Implemen...
Table of contents What is the listener property? ...
This article uses examples to illustrate the comm...
How to debug a page on iPad? When using iOS 5, you...
mysql5.6.28 installation and configuration method...
I have written an article about mobile adaptation...
Recently, I learned about the Vue project and cam...
Preface: js is a single-threaded language, so it ...
Table of contents Introduction to WiFi Wireless T...
About derived tables When the main query contains...