问题
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
回答1:
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.)
来源:https://stackoverflow.com/questions/5378915/failed-to-proper-setup-php-mysql-phpmyadminon-iis-what-going-on