无法正确设置 php + mysql + phpmyadminon iis ?发生什么事了?

发布于 2024-10-25 00:58:05 字数 2079 浏览 1 评论 0原文

无法在 iis 上正确设置 php + mysql + phpmyadmin ?发生什么事了?一个可以,其余的不行吗?

我尝试了大多数解决方案,但仍然无法解决这些问题:-

1.

Bzip2 compression and decompression requires functions (bzopen, bzcompress) which are unavailable on this system.

2.

$cfg['Servers'][$i]['pmadb'] ...                OK
$cfg['Servers'][$i]['relation'] ...     not OK [ Documentation ]
                                 General relation features: Disabled

$cfg['Servers'][$i]['table_info'] ...   not OK [ Documentation ]
                                          Display Features: Disabled

$cfg['Servers'][$i]['table_coords'] ...     not OK [ Documentation ]
$cfg['Servers'][$i]['pdf_pages'] ...    not OK [ Documentation ]
                                          Creation of PDFs: Disabled

$cfg['Servers'][$i]['column_info'] ...  not OK [ Documentation ]
                                Displaying Column Comments: Disabled
                                    Browser transformation: Disabled

$cfg['Servers'][$i]['bookmarktable'] ...    not OK [ Documentation ]
                                      Bookmarked SQL query: Disabled

$cfg['Servers'][$i]['history'] ...          not OK [ Documentation ]
                                               SQL history: Disabled

$cfg['Servers'][$i]['designer_coords'] ...  not OK [ Documentation ]
                                                  Designer: Disabled

$cfg['Servers'][$i]['tracking'] ...     not OK [ Documentation ]
                                                  Tracking: Disabled

3.

Cannot load mcrypt extension. Please check your PHP configuration.

4.

Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.5.10.  This may cause unpredictable behavior.

下载了libmcrypt.dll并复制到C:\Windows\System32

由于达到文本限制,我上传了php.ini和config.inc.php的文本,请大家帮我看看在哪里问题 ?非常感谢 =D Php.ini 和 config.inc.php 与 html 页面一起发布

Failed to proper setup php + mysql + phpmyadmin on iis ? what going on ? one OK the rest not OK ?

I tried most solution but still could not solve these this issues :-

1.

Bzip2 compression and decompression requires functions (bzopen, bzcompress) which are unavailable on this system.

2.

$cfg['Servers'][$i]['pmadb'] ...                OK
$cfg['Servers'][$i]['relation'] ...     not OK [ Documentation ]
                                 General relation features: Disabled

$cfg['Servers'][$i]['table_info'] ...   not OK [ Documentation ]
                                          Display Features: Disabled

$cfg['Servers'][$i]['table_coords'] ...     not OK [ Documentation ]
$cfg['Servers'][$i]['pdf_pages'] ...    not OK [ Documentation ]
                                          Creation of PDFs: Disabled

$cfg['Servers'][$i]['column_info'] ...  not OK [ Documentation ]
                                Displaying Column Comments: Disabled
                                    Browser transformation: Disabled

$cfg['Servers'][$i]['bookmarktable'] ...    not OK [ Documentation ]
                                      Bookmarked SQL query: Disabled

$cfg['Servers'][$i]['history'] ...          not OK [ Documentation ]
                                               SQL history: Disabled

$cfg['Servers'][$i]['designer_coords'] ...  not OK [ Documentation ]
                                                  Designer: Disabled

$cfg['Servers'][$i]['tracking'] ...     not OK [ Documentation ]
                                                  Tracking: Disabled

3.

Cannot load mcrypt extension. Please check your PHP configuration.

4.

Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.5.10.  This may cause unpredictable behavior.

Downloaded libmcrypt.dll and copied to C:\Windows\System32

Because of reach Text limit, i upload the text of php.ini and config.inc.php, can you guy please help me check where is the problem ? Thx a lot =D Php.ini and config.inc.php posted with html page

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

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

发布评论

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

评论(1

虚拟世界 2024-11-01 00:58:05

您缺少一大堆 PHP 扩展。只需在 PHP.ini 中取消注释所需的扩展即可。如果您缺少扩展,请下载包含它们的 PHP 发行版,或者通过 Google 查找适用于 Windows 的各个扩展二进制文件。 (他们分散在各处。)

You are missing a whole bunch of PHP extensions. Simply uncomment the required extensions in your PHP.ini. If you are missing extensions, either download a PHP distribution that includes them, or Google around for the individual extension binaries for Windows. (They are scattered about.)

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