无法正确设置 php + mysql + phpmyadminon iis ?发生什么事了?
无法在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您缺少一大堆 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.)