InnoDB: using atomic writes.
2020-07-04 1:23:53 0 [Note] InnoDB: Completed initialization of buffer pool
2020-07-04 1:23:54 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-07-04 1:23:54 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-07-04 1:23:54 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-07-04 1:23:54 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2020-07-04 1:23:54 0 [Note] InnoDB: Waiting for purge to start
2020-07-04 1:23:54 0 [Note] InnoDB: 10.4.11 started; log sequence number 1374414; transaction id 1525
2020-07-04 1:23:54 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2020-07-04 1:23:54 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-07-04 1:23:54 0 [ERROR] c:\xampp\mysql\bin\mysqld.exe: unknown variable 'inoodb_force_recovery=1'
2020-07-04 1:23:54 0 [ERROR] Aborting发布于 2020-07-04 08:35:13
您必须编辑my.con/ini文件
并放入
[mysqld]
innodb_force_recovery = 1 the tag [mysqld]之后的
另一个你必须删除
And after recovering 再次禁用它
https://stackoverflow.com/questions/62724085
复制相似问题