linux memcached 的安装
linux memcached安裝
yum -y install libevent libevent-deve
yum list memcached
yum -y install memcached
memcached -h
systemctl enable memcached.service
vim /etc/sysconfig/memcached
memcached -d -m 1024 -u root -p 11211
#####################################
yum -y install telnet-server
yum -y install telnet
memcached-tool 127.0.0.1:11211 stats
#####################################
php memcache -h 擴(kuò)展
yum search memcache
yum -y install php56w-pecl-memcache php56w-pecl-memcached
D:\phpStudy\php\php-5.3.29-nts\ext 加入memcached.dll擴(kuò)展;
php.ini加入extension=php_memcache.dll; 查看window服務(wù)開啟
轉(zhuǎn)載于:https://www.cnblogs.com/maohongli/p/11115393.html
總結(jié)
以上是生活随笔為你收集整理的linux memcached 的安装的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: oracle审计的格式
- 下一篇: C语言-main方法的两个参数是干什么的