Home > php教程 > php手册 > PHP5.5在windows安装使用memcached服务端的方法

PHP5.5在windows安装使用memcached服务端的方法

WBOY
Release: 2016-06-06 20:23:19
Original
1313 people have browsed it

这篇文章主要介绍了PHP5.5在windows安装使用memcached服务端的方法,需要的朋友可以参考下

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

  下载服务端资源

  

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

  先 cd 到解压后的目录

  然后执行服务注册命令

  memcached.exe -d install

  卸载服务命令memcached.exe -d uninstall

  然后启动服务memcached.exe -d start

  停止服务memcached.exe -d stop

PHP5.5在windows使用memcached服务端的方法

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

  

\

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