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

Understanding of the synchronous or asynchronous problem of setState in React

Table of contents 1. Is setState synchronous? asy...

Detailed explanation of process management in Linux system

Table of contents 1. The concept of process and t...

Pure HTML and CSS to achieve JD carousel effect

The JD carousel was implemented using pure HTML a...

Vue uses Canvas to generate random sized and non-overlapping circles

Table of contents Canvas related documents Effect...

Analysis of JavaScript's event loop mechanism

Table of contents Preface: 1. Reasons for the eve...

Two solutions for Vue package upload server refresh 404 problem

1: nginx server solution, modify the .conf config...

Solution to mysql failure to start due to insufficient disk space in ubuntu

Preface Recently, I added two fields to a table i...

What you need to know about creating MySQL indexes

Table of contents Preface: 1. Create index method...

How does Vue3's dynamic components work?

Table of contents 1. Component Registration 1.1 G...

CSS to achieve dynamic secondary menu

Dynamically implement a simple secondary menu Whe...

What is the function and writing order of the a tag pseudo class

The role of the a tag pseudo-class: ":link&qu...

Learn MySQL index pushdown in five minutes

Table of contents Preface What is index pushdown?...

Detailed tutorial on installing Python 3.6.6 from scratch on CentOS 7.5

ps: The environment is as the title Install possi...