First, you have to configure php with fpm or fastcgi (older method) on nginx, there are plenty of docs available for that. Once you have setup php with either of the methods, all you have to do is extract phpmyadmin files to the docroot in a subdirectory and configure phpmyadmin by editing config.inc.php or using the setup script provided at /setup.
发布评论
评论(1)
首先,你必须在 nginx 上使用 fpm 或 fastcgi (旧方法)配置 php,有很多可用的文档。
一旦您使用任一方法设置了 php,您所要做的就是将 phpmyadmin 文件提取到子目录中的 docroot,并通过编辑 config.inc.php 或使用 /setup 中提供的设置脚本来配置 phpmyadmin。
要设置 php 5.3 fpm + nginx: http ://www.howtoforge.com/installing-php-5.3-nginx-and-php-fpm-on-ubuntu-debian
First, you have to configure php with fpm or fastcgi (older method) on nginx, there are plenty of docs available for that.
Once you have setup php with either of the methods, all you have to do is extract phpmyadmin files to the docroot in a subdirectory and configure phpmyadmin by editing config.inc.php or using the setup script provided at /setup.
To setup php 5.3 fpm + nginx: http://www.howtoforge.com/installing-php-5.3-nginx-and-php-fpm-on-ubuntu-debian