0

My localhost/phpmyadmin displaying the blank screen.
My php Version is 5.3.0. I am using Wamp server.
Yesterday it was opened properly but today it's displaying the blank screen.
So whether is the problem in my code or in wamp server?

4

3 回答 3

2

If you are using Skype then close/quit the Skype program and try restart the WAMP services again.

UPDATE:

Skype listens on port 80. It could be the reason for displaying a blank screen.

You can disable this option in Skype. Go to Skype menu, Tools -> Options -> Advanced -> Connection -> Uncheck "Use port 80..."

于 2012-10-25T05:28:12.867 回答
0

可能是端口被其他一些服务占用的机会,我不确定,但尝试 start->run-> services.msc 如果打开则停止 IIS 服务..

或者

如果您有Skype,则意味着更改Skype的端口,因为Skype和wamp是某个端口80..

谢谢

于 2012-10-25T05:33:51.120 回答
0

我看到的可能原因是:

  1. 您的 XAMPP / WAMP 的MYSQL服务可能没有启动,请重新检查
  2. 您的phpmyadmin目录可能丢失,重新安装服务 XAMPP/WAMP

http://forum.wampserver.com/read.php?2,70332

http://www.linuxquestions.org/questions/linux-server-73/http-localhost-phpmyadmin-shows-blank-page-937397/

http://www.oscmax.com/forums/oscmax-v2-installation-issues/22838-fresh-install-blank-localhost-phpmyadmin.html

这些可能会帮助你

于 2012-10-25T05:18:51.653 回答