Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Mysql WIndows 10上的WAMP服务器安装问题_Mysql_Windows_Wamp - Fatal编程技术网

Mysql WIndows 10上的WAMP服务器安装问题

Mysql WIndows 10上的WAMP服务器安装问题,mysql,windows,wamp,Mysql,Windows,Wamp,在我新的64位Windows10系统上,我正试图让WAMP服务器运行。然而,没有这样的运气 [05-Apr-2016 08:43:34 UTC] PHP Warning: chmod(): Permission denied in C:\wamp\scripts\config.inc.php on line 68 [05-Apr-2016 08:43:34 UTC] Impossible to modify the file C:\Windows\system32\drivers\etc\ho

在我新的64位Windows10系统上,我正试图让WAMP服务器运行。然而,没有这样的运气

[05-Apr-2016 08:43:34 UTC] PHP Warning:  chmod(): Permission denied in C:\wamp\scripts\config.inc.php on line 68
[05-Apr-2016 08:43:34 UTC] Impossible to modify the file C:\Windows\system32\drivers\etc\hosts to be writable
[05-Apr-2016 08:43:34 UTC] The file C:\Windows\system32\drivers\etc\hosts is not writable

我指示Windows不要启动IIS,并指示我的防病毒软件不要锁定主机。两者都没有解决我的问题。我还有其他选择吗

在安装和启动过程中,您忘记为WAMP服务器提供管理员权限。使用以管理员身份运行选项安装非常重要。还要更改文件夹中的写入权限

C:\windows\system32\drivers\etc\host


.

您能否尝试以管理员身份运行wamp?并尝试阅读此链接的疑难解答,该链接成功了一半。“2个服务中的1个正在运行”。当我转到时,我看到“IIS窗口”是网页的标题,而不是Apache页面。然后,我停止了IIS Web服务器(net stop是管理员),并重新启动了所有服务。现在我有了一个绿色的WAMP图标。谢谢。@androidnation谢谢您的疑难解答指南(forum.wampserver.com/read.php?2137195137195)。可惜(用搜索引擎)很难找到。以root用户身份安装确实解决了很多问题。您是否仍有一些错误?