Home > php教程 > php手册 > win8(64位)下memcache安装时报错“ failed to install service or service already installed” 与安装,win8memcache

win8(64位)下memcache安装时报错“ failed to install service or service already installed” 与安装,win8memcache

WBOY
Release: 2016-06-13 09:19:55
Original
1069 people have browsed it

win8(64位)下memcache安装时报错“ failed to install service or service already installed” 与安装,win8memcache

解决办法:

1、找到cmd.exe文件(c:\windows\system32\cmd.exe)

2、右键cmd.exe以管理员方式运行

3.把php_memcache.dll放到php的ext目录:

4. 在 php.ini上增加一行:extension=php_memcache.dll

5.cmd进入memcached.exe的目录,然后执行安装memcached.exe -d install  接下来启动memcached.exe -d start

 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template