【问题标题】:Failed to proper setup php + mysql + phpmyadminon iis ? what going on?无法正确设置 php + mysql + phpmyadminon iis ?怎么了?
【发布时间】:2011-03-21 14:20:50
【问题描述】:

无法在 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 页面一起发布

【问题讨论】:

    标签: php mysql phpmyadmin iis-7.5 windows-server-2008-r2


    【解决方案1】:

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

    【讨论】:

    • 我用谷歌搜索但没有二进制结果,问题 2 和 4 是否也因这个问题而出现?
    • @Brad 你试着检查我的 php.ini 是否正确,拜托......我想我已经完成了你的意思~
    • 我不认为问题 #4 是一个主要问题。对于问题 #3,您可能缺少一些 mcrypt 需要的文件。您可以将phpinfo() 的输出发布到某处吗?
    • 我认为您编辑了错误的 PHP.ini。例如,在您发布的 php.ini 中,有这个指令:extension_dir = "c:/php/ext" 当我检查您的 phpinfo() 时,我看到扩展路径实际上是 `C:\Program Files (x86)\PHP\v5.2 \ext` 在任何情况下,mcrypt 都没有被加载,否则它会出现在 phpinfo() 中。
    • 你应该把这些问题留在你的问题中并标记你是如何解决它们的,以便其他人可以找到它并在以后参考它。关于还剩下的问题,这些都还好。你不需要它们。如果您想使用它们,请参阅提供的文档链接。见forums.devshed.com/mysql-help-4/…
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-04-05
    • 1970-01-01
    • 2020-07-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多