Mysql未在xampp.I中启动。我得到以下错误。我得到了1. Mysql意外关闭2.这可能是由于端口被阻塞,缺少依赖项,3.不正确的特权,崩溃,或由其他方法关闭。
I tried changing the port . Its not working .
**Here is my error log :**
2019-11-27 10:14:09 0 [Note] InnoDB: New log files created, LSN=17992
2019-11-27 10:14:09 0 [Note] InnoDB: Doublewrite buffer not found: creating new
2019-11-27 10:14:09 0 [Note] InnoDB: Doublewrite buffer created
2019-11-27 10:14:09 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2019-11-27 10:14:09 0 [Note] InnoDB: Creating foreign key constraint system tables.
2019-11-27 10:14:10 0 [Note] InnoDB: Creating tablespace and datafile system tables.
2019-11-27 10:14:10 0 [Note] InnoDB: Creating sys_virtual system tables.
2019-11-27 10:14:10 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2019-11-27 10:14:10 0 [Note] InnoDB: Setting file 'C:\xampp1\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2019-11-27 10:14:10 0 [Note] InnoDB: File 'C:\xampp1\mysql\data\ibtmp1' size is now 12 MB.
2019-11-27 10:14:10 0 [Note] InnoDB: Waiting for purge to start
2019-11-27 10:14:10 0 [Note] InnoDB: 10.4.8 started; log sequence number 0; transaction id 7
2019-11-27 10:14:10 0 [Note] Plugin 'FEEDBACK' is disabled.
2019-11-27 10:14:10 0 [Note] Server socket created on IP: '::'.
发布于 2019-11-27 13:10:54
尝尝这个。它将帮助您:
1.退出Xampp服务器
2.转到C:\xampp\mysql\data目录
3.删除ibdata1文件
4.重启xampp服务器
发布于 2019-11-27 13:41:28
只需检查一下这些
复制后,重新启动XAMPP并检查
https://stackoverflow.com/questions/59063323
复制相似问题