mysql - WAMP 服务器在 WIndows 10 上的安装问题

标签 mysql windows wamp

在我新的 64 位 Windows 10 系统上,我试图让 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

.

关于mysql - WAMP 服务器在 WIndows 10 上的安装问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36425065/

相关文章:

php - Wordpress:将本地主机数据库导入实时站点时出现问题

mysql - wamp连接不同的mysql

MYSQL更新表设置列等于同一表中的选择列

c - 如何从命令提示符编译和运行汇编程序源代码?

c++ - 带有节点图标和不带图标的项目的 TreeView

c - 在 C system() 函数中隐藏控制台,Win

php - 在 Windows 上从 wamp localhost 运行 php 多线程(使用 pthread)脚本

Mysql外键并允许在现有字段上为空

php - 如何更改Server字符集和Db字符集?

mysql - 锁可以防止不可重复读取吗?