How to install and use memcached server in Windows using PHP5.5_PHP tutorial

WBOY
Release: 2016-07-13 10:32:42
Original
937 people have browsed it

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 the unzipped directory

Then execute the service registration command

memcached.exe -d install

Uninstall service command memcached.exe -d uninstall

Then start the service memcached.exe -d start

Stop service memcached.exe -d stop

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

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

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

src="http://www.bkjia.com/uploads/allimg/140417/012G35060-1.jpg"

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/755284.htmlTechArticlePHP5.5 How to install memcached under windows to download server resources http://download.csdn.net/ detail/zsjangel/7104727 After the download is completed, unzip it (I used the 64-bit version, the 32-bit version...
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!