Windows 8中的Memcache安装:无法连接到127.0.0.1

ALH*_*ALH 2 php memcached

我认为Memcache还没有安装在Windows 8中.我想以下警告清楚地说明了这一点:

 Notice: Memcache::get() [memcache.get]: Server 127.0.0.1 (tcp 11211) failed with: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (10060) in C:\xampp\htdocs\framework\registry\cache.class.php on line 39  
Run Code Online (Sandbox Code Playgroud)

在phpinfo()中我可以看到它已被安装:
在此输入图像描述

有没有解决方法来启动和运行?
在命令提示符下,我尝试安装memcache,如下所示:

memcached -d install
Run Code Online (Sandbox Code Playgroud)

但得到以下错误:

failed to install service or service already installed
Run Code Online (Sandbox Code Playgroud)

我已经在Windows XP中安装了Memcache.

ALH*_*ALH 11

非常有趣!;)
我以管理员身份运行CMD(以管理员身份运行),瞧,问题解决了!