phpmyadmin在xampp中更改密码后显示空白屏幕

时间:2015-03-31 17:07:57

标签: php mysql apache .htaccess phpmyadmin

我在Windows 8中安装了xamp。

Apache:ports: - 444,8081 MySQL的:端口:-3306

昨天我通过http://localhost:8081/security/index.php更改了phpmyadin密码。

所以现在我的用户名是:root和密码是:qwerty

PhpMyAdmin认证:cookie (保存在(文件:E:\ Xamp \ security \ security \ mysqlrootpasswd.txt))。

XAMPP DIRECTORY PROTECTION(.htaccess)

用户名:巴尔拉姆 密码:QWERTY 文件:E:\ Xamp \ security \ security \ xamppdirpasswd.txt)

但现在我无法访问Phpmyadmin,因为它显示一个空白屏幕。

以下是config.inc.php值:

/* Authentication type and info */
$cfg['Servers'][$i]['auth_type']     = 'cookie'; 
// Authentication method (config, http or cookie based)
// Authentication method (config, http or cookie based)
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'qwerty';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';

错误日志

APACHE:     [Tue Mar 31 22:01:07.006981 2015] [mpm_winnt:notice] [pid 4356:tid 324] AH00364:Child:所有工作线程都已退出。

[Tue Mar 31 22:01:07.059012 2015] [mpm_winnt:notice] [pid 6780:tid 436]           AH00430: Parent: Child process 4356 exited successfully.

[Tue Mar 31 22:01:10.891319 2015] [ssl:warn] [pid 6860:tid 436] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Mar 31 22:01:11.368110 2015] [ssl:warn] [pid 6860:tid 436] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Mar 31 22:01:11.471185 2015] [mpm_winnt:notice] [pid 6860:tid 436] AH00455: Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 configured -- resuming normal operations
[Tue Mar 31 22:01:11.471185 2015] [mpm_winnt:notice] [pid 6860:tid 436] AH00456: Apache Lounge VC11 Server built: Jul 17 2014 11:50:08
[Tue Mar 31 22:01:11.471185 2015] [core:notice] [pid 6860:tid 436] AH00094: Command line: 'E:\\xamp\\apache\\bin\\httpd.exe -d E:/Xamp/apache'
[Tue Mar 31 22:01:11.475158 2015] [mpm_winnt:notice] [pid 6860:tid 436] AH00418: Parent: Created child process 2184
[Tue Mar 31 22:01:12.882847 2015] [ssl:warn] [pid 2184:tid 332] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Mar 31 22:01:13.380254 2015] [ssl:warn] [pid 2184:tid 332] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Mar 31 22:01:13.486309 2015] [mpm_winnt:notice] [pid 2184:tid 332] AH00354: Child: Starting 150 worker threads.

MYSQL错误日志:

2015-03-31 22:01:12 1344 [Note] Plugin 'FEDERATED' is disabled.
2015-03-31 22:01:12 9c8 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2015-03-31 22:01:12 1344 [Note] InnoDB: Using atomics to ref count buffer pool pages
2015-03-31 22:01:12 1344 [Note] InnoDB: The InnoDB memory heap is disabled
2015-03-31 22:01:12 1344 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2015-03-31 22:01:12 1344 [Note] InnoDB: Memory barrier is not used
2015-03-31 22:01:12 1344 [Note] InnoDB: Compressed tables use zlib 1.2.3
2015-03-31 22:01:12 1344 [Note] InnoDB: Not using CPU crc32 instructions
2015-03-31 22:01:12 1344 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2015-03-31 22:01:12 1344 [Note] InnoDB: Completed initialization of buffer pool
2015-03-31 22:01:12 1344 [Note] InnoDB: Highest supported file format is Barracuda.
2015-03-31 22:01:13 1344 [Note] InnoDB: 128 rollback segment(s) are active.
2015-03-31 22:01:13 1344 [Note] InnoDB: Waiting for purge to start
2015-03-31 22:01:13 1344 [Note] InnoDB: 5.6.21 started; log sequence number 1743245
2015-03-31 22:01:13 1344 [Note] Server hostname (bind-address): '*'; port: 3306
2015-03-31 22:01:13 1344 [Note] IPv6 is available.
2015-03-31 22:01:13 1344 [Note]   - '::' resolves to '::';
2015-03-31 22:01:13 1344 [Note] Server socket created on IP: '::'.
2015-03-31 22:01:13 1344 [Note] Event Scheduler: Loaded 0 events
2015-03-31 22:01:13 1344 [Note] E:\xamp\mysql\bin\mysqld.exe: ready for   connections.
Version: '5.6.21'  socket: ''  port: 3306  MySQL Community Server (GPL)

我试过操纵php.config.inc.php但无济于事。 网站上给出的步骤并没有解决我的问题

提前谢谢, 巴尔拉姆

0 个答案:

没有答案