2011-03-21 28 views
0

無法在iis上正確設置php + mysql + phpmyadmin?怎麼了 ?一個好的其餘的不好嗎?無法正確設置php + mysql + phpmyadminon iis?怎麼了?

我想大多數的解決方案,但還是沒能解決這些問題,這 -

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 

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,你能幫我檢查問題出在哪裏嗎? Thx很多= D Php.ini和config.inc.php用html頁面發佈

回答

2

你錯過了一大堆PHP擴展。只需在您的PHP.ini中取消註釋所需的擴展。如果缺少擴展名,請下載包含它們的PHP發行版,或者谷歌周圍的Windows個別擴展二進制文件。 (他們分散在左右。)

+0

我google了但沒有二進制的結果,問題2和4也由這個問題引出? – 1myb 2011-03-21 14:28:49

+0

@Brad你嘗試檢查我的php.ini的正確性,請...我認爲我已經完成了你的意思〜 – 1myb 2011-03-21 14:32:19

+0

我不認爲問題#4是一個主要問題。對於問題#3,您可能會錯過mcrypt需要的幾個文件。你可以在某處發佈你的'phpinfo()'的輸出嗎? – Brad 2011-03-21 14:34:51