When installing memcache under win8 (64-bit), the error 'failed to install service or service already installed' and installation, win8memcache_PHP tutorial

WBOY
Release: 2016-07-13 10:12:50
Original
918 people have browsed it

The memcache installation under win8 (64-bit) reports an error "failed to install service or service already installed" and installation, win8memcache

Solution:

1. Find the cmd.exe file (c:windowssystem32cmd.exe)

2. Right-click cmd.exe to run as administrator

3. Put php_memcache.dll into the ext directory of php:

4. Add a line to php.ini: extension=php_memcache.dll

5.cmd enter the directory of memcached.exe, then execute the installation memcached.exe -d install and then start memcached.exe -d start

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/919910.htmlTechArticle memcache installation under win8 (64-bit) reports an error "failed to install service or service already installed" and installation, win8memcache Solution: 1. Find the cmd.exe file (c:windowssys...
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