Memecache 安装
Posted KvienChen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Memecache 安装相关的知识,希望对你有一定的参考价值。
转自:http://yangfutao2000.blog.163.com/blog/static/12162588201151635856858/
先安装服务器端:
apt-get install memcached;
再安装客户端 :
apt-get install php5-memcache
配置php.ini文件
添加 extension = memcache.so
重启apache,用phpinfo ,就可以看到memcache了 ,表示配置成功。
以上是关于Memecache 安装的主要内容,如果未能解决你的问题,请参考以下文章