红联Linux门户
Linux帮助

centos6.4 nginx+mysql+php整合phpmyadmin出错解决方案

发布时间:2015-09-02 16:15:10来源:liscookie作者:linux人

今天在centos下整合phpmyadmin出错,错误提示如下:

Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.


在搜索上转了一下,找到了想要的答案,特意记录下来。

在php.ini中开启
session.save_path = "/var/lib/php/session/"

session.save_path = "/var/lib/php/session"
drwxr-xr-x  2 root apache 4096 Feb 16 04:47 session


Ubuntu 14.04配置LAMP+phpMyAdmin PHP(5.5.9)开发环境:http://www.linuxdiyf.com/linux/10419.html

在Ubuntu 14.10/14.04/13.10上安装LEMP服务和phpMyAdmin:http://www.linuxdiyf.com/linux/10338.html

Linux Debian下LNMP服务器-Nginx+MySQL+PHP环境搭建及配置:http://www.linuxdiyf.com/linux/10561.html

CentOS6.6 32位Minimal版本纯编译安装Nginx+MySQL+PHP+Memcached:http://www.linuxdiyf.com/linux/10174.html