Home > Backend Development > PHP Tutorial > PHP5.5在windows 安装使用 memcached 服务端的步骤以及 php_memcache.dll 下载

PHP5.5在windows 安装使用 memcached 服务端的步骤以及 php_memcache.dll 下载

WBOY
Release: 2016-06-13 11:52:19
Original
902 people have browsed it

PHP5.5在windows 安装使用 memcached 服务端的方法以及 php_memcache.dll 下载

PHP5.5 在windows下安装 memcached 的方法

下载服务端资源

http://download.csdn.net/detail/zsjangel/7104727


下载完成后,解压(我用的是 64位的,32位版本的我没有尝试过,应该没有问题),进入 DOS 命令行

先 cd 到解压后的目录

然后执行服务注册命令

memcached.exe -d install
Copy after login

卸载服务命令

memcached.exe -d uninstall
Copy after login

然后启动服务

memcached.exe -d start
Copy after login

停止服务

memcached.exe -d stop
Copy after login



另外这里可以直接下载PHP在 windows 下的 php_memcache.dll 文件:

http://download.csdn.net/detail/zsjangel/7104749











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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template