Home > Backend Development > PHP Tutorial > Share how to install and use memcached server in Windows using PHP5.5

Share how to install and use memcached server in Windows using PHP5.5

coldplay.xixi
Release: 2023-04-09 11:04:01
forward
1990 people have browsed it

 Share how to install and use memcached server in Windows using PHP5.5

How to install memcached in PHP5.5 under windows

Download server resources

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

After the download is completed, unzip it (I am using the 64-bit version, I have not tried the 32-bit version, there should be no problem), enter the DOS command line

First cd to Unzipped directory

Then execute the service registration command

memcached.exe -d install
Copy after login

Uninstall service commandmemcached.exe -d uninstall

Then start the servicememcached .exe -d start

Stop servicememcached.exe -d stop

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

In addition, you can download PHP directly here. php_memcache.dll file under windows:

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

Share how to install and use memcached server in Windows using PHP5.5
##Related learning recommendations :

PHP programming from entry to proficiency

The above is the detailed content of Share how to install and use memcached server in Windows using PHP5.5. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:jb51.net
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