XAMPP错误启动mySql上一个日志“服务器套接字创建于IP:'::'.”

lf3rwulv  于 2022-11-21  发布在  Mysql
关注(0)|答案(1)|浏览(238)

mysql将不会启动时,与此错误日志:

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

此外,此日志显示在MySQL日志下面:

2022-10-25 16:52:59 0 [Note] Plugin 'FEEDBACK' is disabled.  // this is 2 prev launch sesion
2022-10-25 16:52:59 0 [Note] Server socket created on IP: '::'. // this is also prev launch sesion
2022-10-25 16:54:47 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-10-25 16:54:47 0 [Note] InnoDB: Uses event mutexes
2022-10-25 16:54:47 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-10-25 16:54:47 0 [Note] InnoDB: Number of pools: 1
2022-10-25 16:54:47 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-10-25 16:54:47 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-10-25 16:54:47 0 [Note] InnoDB: Completed initialization of buffer pool
2022-10-25 16:54:47 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-10-25 16:54:47 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-10-25 16:54:47 0 [Note] InnoDB: Setting file 'C:\Main\Aplikasi\XAMPP\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-10-25 16:54:47 0 [Note] InnoDB: File 'C:\Main\Aplikasi\XAMPP\mysql\data\ibtmp1' size is now 12 MB.
2022-10-25 16:54:47 0 [Note] InnoDB: Waiting for purge to start
2022-10-25 16:54:47 0 [Note] InnoDB: 10.4.24 started; log sequence number 561855; transaction id 973
2022-10-25 16:54:47 0 [Note] InnoDB: Loading buffer pool(s) from C:\Main\Aplikasi\XAMPP\mysql\data\ib_buffer_pool
2022-10-25 16:54:47 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-10-25 16:54:47 0 [Note] Server socket created on IP: '::'. // end of log

上次我用它只是为了查看测试我的项目(没有创建,更新,或删除我的数据库。只读我的数据库)
我一直在尝试改变端口号,改变mysql/data为mysql/old_data,在管理模式下运行.没有进一步的解释后,服务器套接字创建IP::

cetgtptt

cetgtptt1#

我希望现在还不算太晚,今天我的Xampp服务器也遇到了同样的问题,我找到了一个可能对你有用的解决方案。来源:MySQL shutdown unexpectedly on XAMPP - Server socket created on IP: '::'

相关问题