五、安装xcache,为php加速:
1、安装
############解压xcache############
[root@yong ~]# tar xf xcache-3.0.3.tar.bz2
############编译模块准备##########
[root@yong ~]# cd xcache-3.0.3
[root@yong xcache-3.0.3]# /usr/local/php/bin/phpize
############编译安装模块##############
[root@yong xcache-3.0.3]# ./configure --enable-xcache --with-php-config=/usr/local/php/bin/php-config
[root@yong xcache-3.0.3]# make && make install
2、编辑php.ini,整合php和xcache:
将xcache提供的样例配置导入php.ini
[root@yong xcache-3.0.3]# mkdir /etc/php.d
[root@yong xcache-3.0.3]# cp xcache.ini /etc/php.d
3、重启php-fpm
[root@yongxcache-3.0.3]# service php-fpm restart
六、安装phpMyAdmin
1、解压
[root@yong~]# unzip phpMyAdmin-4.0.5-all-languages.zip
2、配置phpMyAdmin
[root@yong~]# cd phpMyAdmin-4.0.5-all-languages
[root@yongphpMyAdmin-4.0.5-all-languages]# mv * /usr/html/
3、登录测试
4、管理MySQL
至此,Linux+Nginx+Mysql+PHP配置就结束了,并且实现了PHP的加速功能和用phpMyAdmin管理数据库功能。
若有错误或不明白就留言笔者,大家的支持是笔者贡献的最大动力!!