如何让 Phpmyadmin 与 Nginx 和 Ubuntu 一起使用?

发布于 2024-11-25 17:36:00 字数 1459 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尝蛊 2024-12-02 17:36:00

首先,你必须在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文