【发布时间】:2020-03-22 14:29:15
【问题描述】:
Mysql 没有在 xampp 中启动。我遇到了错误。 我正进入(状态 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: '::'.
【问题讨论】:
-
将 ini 配置文件中的 max_size 限制从 12mb 增加到所需数量
标签: mysql