Home >Backend Development >PHP Tutorial >PHP5.5在windows安装使用memcached服务端的方法_PHP

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

WBOY
WBOYOriginal
2016-06-01 11:54:43891browse

memcache

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

  下载服务端资源

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

  下载完成后,解压(我用的是 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 文件:

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

\
Statement:
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