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

那年仲夏 提交于 2019-11-27 12:29:07

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.

That's it!

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.

Download visual c++ redistributable packs and install

Link: https://www.microsoft.com/en-in/download/details.aspx?id=30679

Restart and it should work

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!