Install memcached server under Windows, PHP memcache extension

Source: Internet
Author: User

Memcahed

Description: Memcahed is a memory cache server (similar to MySQL server)

Role: Improve the responsiveness of the web, such as caching database query results

Principle: Store data in memory (reason for speed increase)

Tutorial Related

System: Windows7 (x64)

Memcached version: 1.4.4

PHP Version: 5.6.30

Memcache extension: TS x64

First, install Memcached server

1.:http://www.runoob.com/memcached/window-install-memcached.html

2. Unzip the memcached folder inside the archive to the E: root directory

3. Open cmd as Administrator, go to the E:\memcached folder, execute command memcached-d install

4. Installation is successful (see memcached for computer services)

Related commands:

memcached-d Start//Open memcached

memcached-d Stop//off memcached

Second, PHP installation memcache extension

1.:http://pecl.php.net/package/memcache/3.0.8/windows

2. Download unzip there is a Php_memcache.dll file placed under the PHP installation directory under EXT

3. Open php.ini add php_memcache extension. Code:Extension=php_memcache.dll

4. Restart your service to install successfully. View Phpinfo to see Memcache extensions

Related tools:

Memcached Interface Manager: Https://github.com/junstor/memadmin

This is equivalent to phpMyAdmin, the default login password is admin

Install memcached server under Windows, PHP memcache extension

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.