WAMP安裝罰款,沒有問題,但...WAMP無法加載mysqli擴展
當去phpMyAdmin的,我從phpMyAdmin的得到的錯誤如下:
Cannot load mysqli extension. Please check your PHP configuration
此外,phpMyAdmin的文件解釋了這一錯誤消息如下:
要連接到MySQL服務器,PHP需要一組名爲「MySQL擴展」的MySQL函數集 。此擴展可能是PHP 分配(編譯)的一部分,否則需要動態加載 。它的名字可能是mysql.so或php_mysql.dll。 phpMyAdmin試圖加載擴展但失敗。通常,通過安裝名爲「PHP-MySQL」 或類似軟件的軟件包可以解決 問題。
最後,apache_error.log文件具有以下PHP警告(見MySQL的警告):
PHP Warning: Zend Optimizer does not support this version of PHP - please upgrade to the latest version of Zend Optimizer in Unknown on line 0
PHP Warning: Zend Platform does not support this version of PHP - please upgrade to the latest version of Zend Platform in Unknown on line 0
PHP Warning: Zend Debug Server does not support this version of PHP - please upgrade to the latest version of Zend Debug Server in Unknown on line 0
PHP Warning: gd wrapper does not support this version of PHP - please upgrade to the latest version of gd wrapper in Unknown on line 0
PHP Warning: java wrapper does not support this version of PHP - please upgrade to the latest version of java wrapper in Unknown on line 0
PHP Warning: mysql wrapper does not support this version of PHP - please upgrade to the latest version of mysql wrapper in Unknown on line 0
所以,對於一些PHP原因是不承認MySQL擴展。
任何人都知道爲什麼?任何解決方案或解決方法?
我有完全相同的問題。 – WalterJ89 2009-03-10 06:49:20