Solve the problem of missing msvcr100.dll file when building mysql in windows service 2012 Alibaba Cloud server

Solve the problem of missing msvcr100.dll file when building mysql in windows service 2012 Alibaba Cloud server

Solution-1:

Download the msvcr100.dll file (find the source file from the Internet or copy it from your own computer) and put it in C:\Windows\SysWOW64, but it still prompts that it is missing, not loaded, installed incorrectly, etc. fail! ! !

Solution-2:

I want to install 360 Guard on the server. After downloading the installation package, it cannot be installed and fails! ! !

The final solution is:

Download the Microsoft Runtimes AIO (Microsoft Common Runtime Collection).exe file and put it in C:\Program Files as shown in the figure, run the file, wait for the installation to succeed, and start MySQL again. It will be successful.

insert image description here

(Screenshot before installation)

insert image description here

(Screenshot of successful mysql installation)

Click the link to download file 1. Remember to click the link in the red box to download, otherwise you will download something weird)

insert image description here

Click the link to download file 2

This is the end of this article about how to solve the problem of missing msvcr100.dll file when building MySQL on Alibaba Cloud Server in Windows Service 2012. For more information about missing msvcr100.dll file when building MySQL on Alibaba Cloud, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Solve the mysql problem: Unable to continue code execution because MSVCR120.dll is not found

<<:  Detailed explanation of semiotics in Html/CSS

>>:  Quickly get started with VUE 3 teleport components and usage syntax

Recommend

How to change the password of mysql5.7.20 under linux CentOS 7.4

After MySQL was upgraded to version 5.7, its secu...

The easiest way to debug stored procedures in Mysql

A colleague once told me to use a temporary table...

HTML markup language - reference

Click here to return to the 123WORDPRESS.COM HTML ...

Responsive layout summary (recommended)

Basic knowledge of responsive layout development ...

Mysql varchar type sum example operation

Some friends, when learning about databases, acci...

Nginx reverse proxy forwards port 80 requests to 8080

Let's first understand a wave of concepts, wh...

How to lock a virtual console session on Linux

When you are working on a shared system, you prob...

Calendar effect based on jQuery

This article example shares the specific code of ...

How to add, delete and modify columns in MySQL database

This article uses an example to describe how to a...

Nest.js authorization verification method example

Table of contents 0x0 Introduction 0x1 RBAC Imple...

Teach you how to subcontract uniapp and mini-programs (pictures and text)

Table of contents 1. Mini Program Subcontracting ...

Solve the problem of docker log mounting

The key is that the local server does not have wr...