WampServer - mysqld.exe can#39;t start because MSVCR120.dll is missing(WampServer - mysqld.exe 无法启动,因为缺少 MSVCR120.dll)
问题描述
我尝试在本地运行 wampserver,但 mysql 服务器没有运行.当我尝试安装服务时,它给了我错误.我搜索了一整天的答案,并在这里和那里找到了一些答案.
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.
但任何解决方案都不适用于我.我尝试在 windows7 家庭操作系统 vmware 上安装 warpserver
but any solution doesn't work for me. I tried to install warpserver on windows7 home OS vmware
对我有什么帮助吗?
推荐答案
我终于找到了解决问题的方法.我已经尝试了多种方法来解决上述问题,但对我来说没有任何效果.
I finally found solution to fix my problem. I've tried several ways to fix above problem and but nothing work for me.
如您所知,WampServer 使用一些可视化的 c++ 可再发行包来运行.它让用户混淆应该安装哪个版本(至少在我的情况下)
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)
经过几个小时的努力修复后,我找到了很好的软件 - check_vcredist,它可以轻松指导 wampserver 安装.
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
在安装 WampServer 之前,如果您运行此软件,您将获得笔记本电脑上丢失的所有信息.请按照它的通知.那么WampServer就安装成功了.
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.
我希望这个回答能给正在偷时间安装 WampServer 的人一些帮助.
I hope this answer give some help to someone who is stealing his time to install WampServer.
这篇关于WampServer - mysqld.exe 无法启动,因为缺少 MSVCR120.dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:WampServer - mysqld.exe 无法启动,因为缺少 MSVCR120.dll
基础教程推荐
- 如何使用 mysql.connector 禁用查询缓存 2022-01-01
- SQL:使用来自具有相同列名的两个表中的数据... 2021-01-01
- SQL Server 实例在登录协商期间返回无效或不受支持的协议版本 2021-01-01
- 在 SQL 中连接多个表 2021-01-01
- 无法解决整理冲突 2021-01-01
- SQL 效率:WHERE IN 子查询 vs. JOIN 然后 GROUP 2021-01-01
- 是否可以执行按位分组功能? 2021-01-01
- 需要 MySQL 5.1 中的抽象触发器来更新审计日志 2021-01-01
- 将 SQL Server DateTime 列迁移到 DateTimeOffset 2021-01-01
- SSMS 中的权限问题:“对象 'extended_properties'、数据库 'mssqlsystem_resource'、... 错误 229)上的 SELECT 权限被拒绝" 2022-01-01
