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 find out uncommitted transaction information in MySQL

A while ago, I wrote a blog post titled "Can...

Four solutions for using setTimeout in JS for loop

Table of contents Overview Solution 1: Closures S...

Using JS timer to move elements

Use JS timer to make an element to make a method ...

TABLE tags (TAGS) detailed introduction

Basic syntax of the table <table>...</tab...

Vue implements the question answering function

1. Request answer interface 2. Determine whether ...

Detailed explanation of rpm installation in mysql

View installation and uninstallation # View rpm -...

How to simply encapsulate axios in vue

Inject axios into Vue import axios from 'axio...

MySQL database Load Data multiple uses

Table of contents Multiple uses of MySQL Load Dat...

svg+css or js to create tick animation effect

Previously, my boss asked me to make a program th...

WeChat Mini Program User Authorization Best Practices Guide

Preface When developing WeChat applets, you often...

MySQL series 15 MySQL common configuration and performance stress test

1. Common MySQL configuration All the following c...

How to publish a locally built docker image to dockerhub

Today we will introduce how to publish the local ...

Basic usage knowledge points of mini programs (very comprehensive, recommended!)

Table of contents What to do when registering an ...

WML tag summary

Structure related tags ---------------------------...