2016-05-31 117 views
0

缺失近日,筆者安裝在Windows 10 XAMPP,並在啓動MySQL後,我試着打了「管理」按鈕,並在打開一個網頁:phpMyAdmin是從XAMPP

Not Found 

HTTP Error 404. The requested resource is not found. 

當我看在htdocs目錄中,phpmyadmin目錄在那裏,但它是空的。有人可以告訴我,爲什麼我不能使用任何MySQL管理員安裝最新版本的XAMP?這裏是我的mysql_error.log文件的最後部分:

2016-05-31 14:55:54 3852 [Note] Event Scheduler: Purging the queue. 0 events 
2016-05-31 14:55:54 11364 [Note] InnoDB: FTS optimize thread exiting. 
2016-05-31 14:55:54 3852 [Note] InnoDB: Starting shutdown... 
2016-05-31 14:55:55 3852 [Note] InnoDB: Shutdown completed; log sequence number 1835057 
2016-05-31 14:55:55 3852 [Note] c:\xampp\mysql\bin\mysqld.exe: Shutdown complete 

2016-05-31 14:59:23 1ec0 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. 
2016-05-31 14:59:24 7872 [Note] InnoDB: Using mutexes to ref count buffer pool pages 
2016-05-31 14:59:24 7872 [Note] InnoDB: The InnoDB memory heap is disabled 
2016-05-31 14:59:24 7872 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 
2016-05-31 14:59:24 7872 [Note] InnoDB: Memory barrier is not used 
2016-05-31 14:59:24 7872 [Note] InnoDB: Compressed tables use zlib 1.2.3 
2016-05-31 14:59:24 7872 [Note] InnoDB: Using generic crc32 instructions 
2016-05-31 14:59:24 7872 [Note] InnoDB: Initializing buffer pool, size = 16.0M 
2016-05-31 14:59:24 7872 [Note] InnoDB: Completed initialization of buffer pool 
2016-05-31 14:59:24 7872 [Note] InnoDB: Highest supported file format is Barracuda. 
2016-05-31 14:59:24 7872 [Note] InnoDB: 128 rollback segment(s) are active. 
2016-05-31 14:59:24 7872 [Note] InnoDB: Waiting for purge to start 
2016-05-31 14:59:24 7872 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.28-76.1 started; log sequence number 1835057 
2016-05-31 14:59:24 11404 [Note] InnoDB: Dumping buffer pool(s) not yet started 
2016-05-31 14:59:24 7872 [Note] Plugin 'FEEDBACK' is disabled. 
2016-05-31 14:59:24 7872 [Note] Server socket created on IP: '::'. 
2016-05-31 14:59:24 7872 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections. 
Version: '10.1.13-MariaDB' socket: '' port: 3306 mariadb.org binary distribution 

UPDATE:

安裝完成後,在htdocs目錄的phpadmin目錄是空的。另外,我還檢查了這些職位,但至今還沒有找到一個解決方案:I can not access phpMyAdmin on XAMPPPHPMyadmin xampp error

回答