我靠,
我在nginx上安装phpMyAdmin
1.Yum Install phpMyAdmin,
2.mv phpMyAdmin 到 home folder下,/usr/share/nginx/html/
3.用ip address/phpMyAdmin报,
Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.
4.google后要开通权限给/etc/php.ini提到的session路径,chmod 777 /var/lib/php/session,没有的话自己创建下.
http://my.oschina.net/grail/blog/158515
5.还是报3的错误,refresh下ie.
6. install mysqli extension,重启php-fpm
真复杂。 |