WAMP 有localhost和phpmyadmin问题的人加载空白通常是端口问题。 我的只有phpmyadmin空白。 sqlbuddy和phpinfo没问题。
尝试卸载重新安装的wamp。试过xampp,同样的问题,一切运作良好,而不是phpmyadmin。
mysql日志:
120905 8:03:08 [Note] Plugin 'FEDERATED' is disabled.
120905 8:03:08 InnoDB: The InnoDB memory heap is disabled
120905 8:03:08 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120905 8:03:08 InnoDB: Compressed tables use zlib 1.2.3
120905 8:03:09 InnoDB: Initializing buffer pool, size = 128.0M
120905 8:03:09 InnoDB: Completed initialization of buffer pool
120905 8:03:09 InnoDB: highest supported file format is Barracuda.
120905 8:03:09 InnoDB: Waiting for the background threads to start
120905 8:03:10 InnoDB: 1.1.8 started; log sequence number 1595675
120905 8:03:11 [Note] Server hostname (bind-address): '(null)'; port: 3306
120905 8:03:11 [Note] - '(null)' resolves to '::';
120905 8:03:11 [Note] - '(null)' resolves to '0.0.0.0';
120905 8:03:11 [Note] Server socket created on IP: '0.0.0.0'.
120905 8:03:13 [Note] Event Scheduler: Loaded 0 events
120905 8:03:13 [Note] wampmysqld: ready for connections.
apache log
[Wed Sep 05 08:03:09 2012] [notice] Apache/2.2.22 (Win32) PHP/5.4.3 configured -- resuming normal operations
[Wed Sep 05 08:03:09 2012] [notice] Server built: May 13 2012 13:32:42
[Wed Sep 05 08:03:09 2012] [notice] Parent: Created child process 3812
[Wed Sep 05 08:03:09 2012] [notice] Child 3812: Child process is running
[Wed Sep 05 08:03:09 2012] [notice] Child 3812: Acquired the start mutex.
[Wed Sep 05 08:03:09 2012] [notice] Child 3812: Starting 64 worker threads.
[Wed Sep 05 08:03:09 2012] [notice] Child 3812: Starting thread to listen on port 80.
[Wed Sep 05 08:03:09 2012] [notice] Child 3812: Starting thread to listen on port 80.
[Wed Sep 05 08:04:14 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Wed Sep 05 08:09:50 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Wed Sep 05 08:41:03 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/phpMyAdmin
答案 0 :(得分:2)
[Wed Sep 05 08:41:03 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/phpMyAdmin
我想这说明为什么你的phpmyadmin是空白的?
答案 1 :(得分:1)
尝试使用SQL Yog,它比PHPmyadmin更强大。 网址:http://www.webyog.com/en/
答案 2 :(得分:1)
好吧,在试图解决这个问题2天之后,我终于得到了一些答案,为什么我在安装xampp并尝试访问phpMyAdmin之后一直得到一个空白页面。
务必以管理员身份登录您的服务器!我在一家拥有IT团队的公司工作,该团队为我的帐户提供了管理员权限和权限,但仍然无效。如果我们以管理员身份登录服务器,它似乎只能工作。
或
在服务器上安装Chrome或firefox。如果您使用Internet Explorer默认浏览器,您将获得一个空白页面。
Windows Server 2012
答案 3 :(得分:0)
PHPMyAdmin页面为空白或错误页面(404,403,...)?
PHPMyAdmin文件夹不在WampServer的www文件夹中,因为WampServer使用别名指向C:\wamp\apps\
中的PHPMyAdmin文件夹。您可以查看我的指南in this article。希望这有帮助!
答案 4 :(得分:0)
首先安装Apache服务,然后启动它,然后如果您已经尝试过端口解决方案,那么请转到phpMyAdmin页面,它不起作用!