简体   繁体   English

MySql 启动 Xampp 时崩溃?

[英]MySql Crashed When Starting Xampp?

When I started the MYSQL from Xampp it crashed.当我从 Xampp 启动 MYSQL 时,它崩溃了。 It gave me this error:它给了我这个错误:

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

error log InnoDB: using atomic writes.  
2020-05-13 8:26:07 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions  
2020-05-13 8:26:07 0 [Note] InnoDB: Uses event mutexes  
2020-05-13 8:26:07 0 [Note] InnoDB: Compressed tables use zlib 1.2.11  
2020-05-13 8:26:07 0 [Note] InnoDB: Number of pools: 1  
2020-05-13 8:26:07 0 [Note] InnoDB: Using SSE2 crc32 instructions  
2020-05-13 8:26:07 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M  
2020-05-13 8:26:07 0 [Note] InnoDB: Completed initialization of buffer pool 
2020-05-13 8:26:07 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 
2020-05-13 8:26:07 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-05-13 8:26:07 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...  
2020-05-13 8:26:07 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.  
2020-05-13 8:26:07 0 [Note] InnoDB: Waiting for purge to start  
2020-05-13 8:26:07 0 [Note] InnoDB: 10.4.11 started; log sequence number 73242724; transaction id 45388 
2020-05-13 8:26:07 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool  
2020-05-13 8:26:07 0 [Note] Plugin 'FEEDBACK' is disabled.  
2020-05-13 8:26:07 0 [Note] Server socket created on IP: '::'.

Can someone please help me and tell what actually is happening有人可以帮我告诉我到底发生了什么吗

Probably your port is busy.可能你的港口很忙。 If you use Linux you can try to run "lsof -i" to detect what is using your port.如果您使用 Linux,您可以尝试运行“lsof -i”来检测正在使用您的端口的内容。

Well I also used to get this kind of problem.好吧,我也曾经遇到过这种问题。 I resolved this error like this:我像这样解决了这个错误:

1) Open the Xampp control panel and click Services 1)打开Xampp控制面板,点击服务在此处输入图像描述

2)Find the MYSQL08 option. 2)找到MYSQL08选项。 It might show the service is started.它可能显示服务已启动。

在此处输入图像描述

3)Stop the service and try starting the mysql again 3)停止服务并尝试再次启动mysql

您甚至可以重新启动服务

Hope so it might help you.希望它可以帮助你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM