代码之家  ›  专栏  ›  技术社区  ›  Taimur Islam

在xampp服务器中未打开phpmyadmin页

  •  0
  • Taimur Islam  · 技术社区  · 6 年前

    我已经在我的电脑中安装了xampp服务器。第一次使用phpmyadmin页创建数据库并将数据插入数据库时是无错误的。对于大于1GB的某些表,我更改了一些配置文件设置,如内存限制、最大数据大小。当我重新启动服务器并打开phpmyadmin页面时,它没有显示任何内容(没有错误,没有数据)。我不明白这个问题,已经撤消了所有的配置更改,但仍然无法工作。

    2020-02-14 22:22:30 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
    2020-02-14 22:22:30 0 [Note] InnoDB: Uses event mutexes
    2020-02-14 22:22:30 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
    2020-02-14 22:22:30 0 [Note] InnoDB: Number of pools: 1
    2020-02-14 22:22:30 0 [Note] InnoDB: Using SSE2 crc32 instructions
    2020-02-14 22:22:30 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
    2020-02-14 22:22:30 0 [Note] InnoDB: Completed initialization of buffer pool
    2020-02-14 22:22:30 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=300324
    2020-02-14 22:22:31 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
    2020-02-14 22:22:31 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
    2020-02-14 22:22:31 0 [Note] InnoDB: Creating shared tablespace for temporary tables
    2020-02-14 22:22:31 0 [Note] InnoDB: Setting file 'D:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
    2020-02-14 22:22:31 0 [Note] InnoDB: File 'D:\xampp\mysql\data\ibtmp1' size is now 12 MB.
    2020-02-14 22:22:31 0 [Note] InnoDB: Waiting for purge to start
    2020-02-14 22:22:31 0 [Note] InnoDB: 10.4.11 started; log sequence number 300333; transaction id 171
    2020-02-14 22:22:31 0 [Note] InnoDB: Loading buffer pool(s) from D:\xampp\mysql\data\ib_buffer_pool
    2020-02-14 22:22:31 0 [Note] Plugin 'FEEDBACK' is disabled.
    2020-02-14 22:22:31 0 [Note] InnoDB: Buffer pool(s) load completed at 200214 22:22:31
    2020-02-14 22:22:31 0 [Note] Server socket created on IP: '::'.
    
    0 回复  |  直到 6 年前