首页 > 解决方案 > Xammp 和 MySQL 中的自动关闭错误

问题描述

我正在尝试启动 xammp 的 mysql 部分,但我遇到了一个日志问题,我进入了日志,这是错误代码,知道可能出了什么问题

重启我的系统以查看它是否只是一个错误我试图打开 myphp 管理员来查看这个但我不能因为系统是本地的并且没有在 xammp 中打开 mysql 它将无法连接

这是来自 xammp 的日志错误:

13:32:11  [mysql]   Attempting to start MySQL app...
13:32:11  [mysql]   Status change detected: running
13:32:15  [mysql]   Status change detected: stopped
13:32:15  [mysql]   Error: MySQL shutdown unexpectedly.
13:32:15  [mysql]   This may be due to a blocked port, missing dependencies, 
13:32:15  [mysql]   improper privileges, a crash, or a shutdown by another method.
13:32:15  [mysql]   Press the Logs button to view error logs and check
13:32:15  [mysql]   the Windows Event Viewer for more clues
13:32:15  [mysql]   If you need more help, copy and post this
13:32:15  [mysql]   entire log window on the forums

这是日志文件中的错误:

InnoDB: using atomic writes.
    2019-10-29 13:32:11 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
    2019-10-29 13:32:11 0 [Note] InnoDB: Uses event mutexes
    2019-10-29 13:32:11 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
    2019-10-29 13:32:11 0 [Note] InnoDB: Number of pools: 1
    2019-10-29 13:32:11 0 [Note] InnoDB: Using SSE2 crc32 instructions
    2019-10-29 13:32:11 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
    2019-10-29 13:32:11 0 [Note] InnoDB: Completed initialization of buffer pool
    2019-10-29 13:32:13 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
    2019-10-29 13:32:13 0 [Note] InnoDB: Creating shared tablespace for temporary tables
    2019-10-29 13:32:13 0 [Note] InnoDB: Setting file '\University\Year 2\Web Development\Xampp\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
    2019-10-29 13:32:13 0 [Note] InnoDB: File '\University\Year 2\Web Development\Xampp\xampp\mysql\data\ibtmp1' size is now 12 MB.
    2019-10-29 13:32:14 0 [Note] InnoDB: Waiting for purge to start
    2019-10-29 13:32:14 0 [Note] InnoDB: 10.4.6 started; log sequence number 14874307; transaction id 11655
    2019-10-29 13:32:14 0 [Note] InnoDB: Loading buffer pool(s) from E:\University\Year 2\Web Development\Xampp\xampp\mysql\data\ib_buffer_pool
    2019-10-29 13:32:14 0 [Note] Plugin 'FEEDBACK' is disabled.
    2019-10-29 13:32:14 0 [Note] Server socket created on IP: '::'.

标签: mysqlxampp

解决方案


推荐阅读