昨晚,我的XAMPP本地服务器上的MySQL服务运行良好。今天..。它启动10秒,然后给出以下错误:
10:14:28 AM [main] Initializing Modules
10:14:28 AM [main] The FileZilla module is disabled
10:14:28 AM [main] The Mercury module is disabled
10:14:28 AM [main] Starting Check-Timer
10:14:28 AM [main] Control Panel Ready
10:14:31 AM [Apache] Attempting to start Apache app...
10:14:31 AM [Apache] Status change detected: running
10:14:38 AM [mysql] Attempting to start MySQL app...
10:14:38 AM [mysql] Status change detected: running
10:14:49 AM [mysql] Status change detected: stopped
10:14:49 AM [mysql] Error: MySQL shutdown unexpectedly.
10:14:49 AM [mysql] This may be due to a blocked port, missing dependencies,
10:14:49 AM [mysql] improper privileges, a crash, or a shutdown by another method.
10:14:49 AM [mysql] Press the Logs button to view error logs and check
10:14:49 AM [mysql] the Windows Event Viewer for more clues
10:14:49 AM [mysql] If you need more help, copy and post this
10:14:49 AM [mysql] entire log window on the forums日志文件如下:
2019-11-21 10:14:38 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2019-11-21 10:14:38 0 [Note] InnoDB: Uses event mutexes
2019-11-21 10:14:38 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2019-11-21 10:14:38 0 [Note] InnoDB: Number of pools: 1
2019-11-21 10:14:38 0 [Note] InnoDB: Using SSE2 crc32 instructions
2019-11-21 10:14:38 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2019-11-21 10:14:38 0 [Note] InnoDB: Completed initialization of buffer pool
2019-11-21 10:14:38 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2019-11-21 10:14:38 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2019-11-21 10:14:38 0 [Note] InnoDB: Setting file '\CoreApps\Mayfield\xampp-rtweek\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2019-11-21 10:14:38 0 [Note] InnoDB: File '\CoreApps\Mayfield\xampp-rtweek\mysql\data\ibtmp1' size is now 12 MB.
2019-11-21 10:14:38 0 [Note] InnoDB: Waiting for purge to start
2019-11-21 10:14:38 0 [Note] InnoDB: 10.3.15 started; log sequence number 1604056; transaction id 9
2019-11-21 10:14:38 0 [Note] InnoDB: Loading buffer pool(s) from E:\CoreApps\Mayfield\xampp-rtweek\mysql\data\ib_buffer_pool
2019-11-21 10:14:38 0 [Note] InnoDB: Buffer pool(s) load completed at 191121 10:14:38
2019-11-21 10:14:38 0 [Note] Plugin 'FEEDBACK' is disabled.
2019-11-21 10:14:38 0 [Note] Server socket created on IP: '::'.显然,似乎没有任何错误。我有一个旧版本的XAMPP,它可以正常工作,这意味着没有端口3306问题。
我在其他平台上尝试过几种建议的解决方案,例如删除ib_logfile0、ib_logfile1和ibdata1文件,并添加
innodb_force_recovery = 4对于配置文件来说,这对我不起作用。
这里有什么问题?
发布于 2019-11-21 07:14:32
第一个嫌疑犯..。通常的情况--“窗口发生了”--星期三=补丁日--其中一次更新“f**”会有潜在的风险--在大多数情况下,一个简单的重新启动就可以做到这一点。
但如果你用第二个mysql服务器..。当您下次尝试启动这个端口时,请确保端口是空闲的。
https://dba.stackexchange.com/questions/253809
复制相似问题