dongre6404 2016-06-05 16:21
浏览 198

localhost:8080 /工作正常但localhost:8080 / phpmyadmin无法打开

I am working on Windows10 and trying to access phpmyadmin from localhost. I am using xampp. I created a index.php in htdocs/webservice. The port number for apache is 8080 and mysql is 3306.

http://localhost:8080/webservice/ works fine. but http://localhost:8080/phpmyadmin doesn't.

I've tried the other stackoverflow suggestions but I can't seem to find the problem..

Below is my log

Version: '10.1.8-MariaDB'  socket: ''  port: 3306  mariadb.org binary distribution
2016-06-06 00:54:49 2b08 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-06-06  0:54:49 11016 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2016-06-06  0:54:49 11016 [Note] InnoDB: The InnoDB memory heap is disabled
2016-06-06  0:54:49 11016 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2016-06-06  0:54:49 11016 [Note] InnoDB: Memory barrier is not used
2016-06-06  0:54:49 11016 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-06-06  0:54:49 11016 [Note] InnoDB: Not using CPU crc32 instructions
2016-06-06  0:54:49 11016 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2016-06-06  0:54:49 11016 [Note] InnoDB: Completed initialization of buffer pool
2016-06-06  0:54:49 11016 [Note] InnoDB: Highest supported file format is Barracuda.
2016-06-06  0:54:49 11016 [Note] InnoDB: The log sequence numbers 1835037 and 1835037 in ibdata files do not match the log sequence number 1835738 in the ib_logfiles!
2016-06-06  0:54:49 11016 [Note] InnoDB: Database was not shutdown normally!
2016-06-06  0:54:49 11016 [Note] InnoDB: Starting crash recovery.
2016-06-06  0:54:49 11016 [Note] InnoDB: Reading tablespace information from the .ibd files...
2016-06-06  0:54:49 11016 [Note] InnoDB: Restoring possible half-written data pages 
2016-06-06  0:54:49 11016 [Note] InnoDB: from the doublewrite buffer...
2016-06-06  0:54:49 11016 [Note] InnoDB: 128 rollback segment(s) are active.
2016-06-06  0:54:49 11016 [Note] InnoDB: Waiting for purge to start
2016-06-06  0:54:49 11016 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.26-74.0 started; log sequence number 1835738
2016-06-06  0:54:49 11528 [Note] InnoDB: Dumping buffer pool(s) not yet started
2016-06-06  0:54:49 11016 [Note] Plugin 'FEEDBACK' is disabled.
2016-06-06  0:54:49 11016 [Note] Recovering after a crash using tc.log
2016-06-06  0:54:49 11016 [Note] Starting crash recovery...
2016-06-06  0:54:49 11016 [Note] Crash recovery finished.
2016-06-06  0:54:49 11016 [Note] Server socket created on IP: '::'.
2016-06-06  0:54:49 11016 [Note] Event Scheduler: Loaded 0 events
2016-06-06  0:54:49 11016 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '10.1.8-MariaDB'  socket: ''  port: 3306  mariadb.org binary distribution
2016-06-06 00:56:20 3bc8 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-06-06  0:56:20 15304 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2016-06-06  0:56:20 15304 [Note] InnoDB: The InnoDB memory heap is disabled
2016-06-06  0:56:20 15304 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2016-06-06  0:56:20 15304 [Note] InnoDB: Memory barrier is not used
2016-06-06  0:56:20 15304 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-06-06  0:56:20 15304 [Note] InnoDB: Not using CPU crc32 instructions
2016-06-06  0:56:20 15304 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2016-06-06  0:56:20 15304 [Note] InnoDB: Completed initialization of buffer pool
2016-06-06  0:56:20 15304 [Note] InnoDB: Highest supported file format is Barracuda.
2016-06-06  0:56:20 15304 [Note] InnoDB: The log sequence numbers 1835037 and 1835037 in ibdata files do not match the log sequence number 1835748 in the ib_logfiles!
2016-06-06  0:56:20 15304 [Note] InnoDB: Database was not shutdown normally!
2016-06-06  0:56:20 15304 [Note] InnoDB: Starting crash recovery.
2016-06-06  0:56:21 15304 [Note] InnoDB: Reading tablespace information from the .ibd files...
2016-06-06  0:56:21 15304 [Note] InnoDB: Restoring possible half-written data pages 
2016-06-06  0:56:21 15304 [Note] InnoDB: from the doublewrite buffer...
2016-06-06  0:56:21 15304 [Note] InnoDB: 128 rollback segment(s) are active.
2016-06-06  0:56:21 15304 [Note] InnoDB: Waiting for purge to start
2016-06-06  0:56:21 15304 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.26-74.0 started; log sequence number 1835748
2016-06-06  0:56:21 5536 [Note] InnoDB: Dumping buffer pool(s) not yet started
2016-06-06  0:56:21 15304 [Note] Plugin 'FEEDBACK' is disabled.
2016-06-06  0:56:21 15304 [Note] Recovering after a crash using tc.log
2016-06-06  0:56:21 15304 [Note] Starting crash recovery...
2016-06-06  0:56:21 15304 [Note] Crash recovery finished.
2016-06-06  0:56:21 15304 [Note] Server socket created on IP: '::'.
2016-06-06  0:56:21 15304 [Note] Event Scheduler: Loaded 0 events
2016-06-06  0:56:21 15304 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '10.1.8-MariaDB'  socket: ''  port: 8080  mariadb.org binary distribution
2016-06-06 00:58:51 211c 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-06-06  0:58:51 8476 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2016-06-06  0:58:51 8476 [Note] InnoDB: The InnoDB memory heap is disabled
2016-06-06  0:58:51 8476 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2016-06-06  0:58:51 8476 [Note] InnoDB: Memory barrier is not used
2016-06-06  0:58:51 8476 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-06-06  0:58:51 8476 [Note] InnoDB: Not using CPU crc32 instructions
2016-06-06  0:58:51 8476 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2016-06-06  0:58:51 8476 [Note] InnoDB: Completed initialization of buffer pool
2016-06-06  0:58:51 8476 [Note] InnoDB: Highest supported file format is Barracuda.
2016-06-06  0:58:51 8476 [Note] InnoDB: The log sequence numbers 1835037 and 1835037 in ibdata files do not match the log sequence number 1835758 in the ib_logfiles!
2016-06-06  0:58:51 8476 [Note] InnoDB: Database was not shutdown normally!
2016-06-06  0:58:51 8476 [Note] InnoDB: Starting crash recovery.
2016-06-06  0:58:51 8476 [Note] InnoDB: Reading tablespace information from the .ibd files...
2016-06-06  0:58:51 8476 [Note] InnoDB: Restoring possible half-written data pages 
2016-06-06  0:58:51 8476 [Note] InnoDB: from the doublewrite buffer...
2016-06-06  0:58:51 8476 [Note] InnoDB: 128 rollback segment(s) are active.
2016-06-06  0:58:51 8476 [Note] InnoDB: Waiting for purge to start
2016-06-06  0:58:51 8476 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.26-74.0 started; log sequence number 1835758
2016-06-06  0:58:51 3104 [Note] InnoDB: Dumping buffer pool(s) not yet started
2016-06-06  0:58:51 8476 [Note] Plugin 'FEEDBACK' is disabled.
2016-06-06  0:58:51 8476 [Note] Recovering after a crash using tc.log
2016-06-06  0:58:51 8476 [Note] Starting crash recovery...
2016-06-06  0:58:51 8476 [Note] Crash recovery finished.
2016-06-06  0:58:51 8476 [Note] Server socket created on IP: '::'.
2016-06-06  0:58:51 8476 [Note] Event Scheduler: Loaded 0 events
2016-06-06  0:58:51 8476 [Note] c:\xampp\mysql\bin\mysqld.exe: ready for connections.
Version: '10.1.8-MariaDB'  socket: ''  port: 8080  mariadb.org binary distribution
  • 写回答

1条回答 默认 最新

  • dongyanpai2701 2016-06-05 16:28
    关注

    Goto phpMyAdmin Directory inside xampp. You will find config.inc.php file. Now change this line:

    $cfg['Servers'][$i]['host'] = '127.0.0.1';
    

    To

    $cfg['Servers'][$i]['host'] = '127.0.0.1:8080'; 
    

    Next you have to restart your server.

    评论

报告相同问题?

悬赏问题

  • ¥15 matlab 用yalmip搭建模型,cplex求解,线性化处理的方法
  • ¥15 qt6.6.3 基于百度云的语音识别 不会改
  • ¥15 关于#目标检测#的问题:大概就是类似后台自动检测某下架商品的库存,在他监测到该商品上架并且可以购买的瞬间点击立即购买下单
  • ¥15 神经网络怎么把隐含层变量融合到损失函数中?
  • ¥15 lingo18勾选global solver求解使用的算法
  • ¥15 全部备份安卓app数据包括密码,可以复制到另一手机上运行
  • ¥20 测距传感器数据手册i2c
  • ¥15 RPA正常跑,cmd输入cookies跑不出来
  • ¥15 求帮我调试一下freefem代码
  • ¥15 matlab代码解决,怎么运行