Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WampServer - mysqld.exe can't start because MSVCR120.dll is missing

I've tried to run wampserver on my local side, but mysql server doesn't run. when I try to install service, it give me error. I searched the answer all day and found some answers on here and there.

but any solution doesn't work for me. I tried to install warpserver on windows7 home OS vmware

Any help for me?

like image 977
heltdev Avatar asked Apr 12 '18 12:04

heltdev


People also ask

What is MSVCR120 dll missing?

msvcp120. dll is a part of Microsoft Visual C++ and is often required for running programs developed with Visual C++. Some games or applications may need the file in the game/application installation folder. Copying it from Windows systemfolder to the install-folder of the game/application should fix that problem.


2 Answers

None of answers in google worked for me . This is how I solved my problem :

According to Wampserver forum you must install ALL versions of Microsoft Visual C/C++ Redistributable(2008 , 2010 , 2012 , 2013 , 2015 , 2017 ... ) . So you have to download them one by one and then install all of them (Not just one/latest ) .

I've already packed them here (x86) and here (x64). Just download and extract them then install all distributions at once then restart your Windows and run Wampserver.

Alternatively, you could download the full package from Microsoft's official page: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

That's it!

like image 153
Siamak Avatar answered Sep 23 '22 17:09

Siamak


I finally found solution to fix my problem. I've tried several ways to fix above problem and but nothing work for me.

As you know, WampServer use some visual c++ redistributable packs to run. And it makes user confuse which version of it should be installed (at least in my case)

After struggling few hours to fix it, I found good software - check_vcredist which guide wampserver installation easily.

http://wampserver.aviatechno.net/files/tools/check_vcredist.exe

Before you install WampServer, you'll get all information what you're missing on your laptop now if you run this software. Please follow it's notice. then WampServer will be installed successfully.

I hope this answer give some help to someone who is stealing his time to install WampServer.

like image 31
heltdev Avatar answered Sep 22 '22 17:09

heltdev