【发布时间】:2020-10-24 16:34:01
【问题描述】:
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
【问题讨论】:
-
您在 my.cnf/my.ini 设置中设置了 inoodb_force_recovery=1 变量,但拼写错误。它应该是 innodb_force_recovery=1。如果不需要该变量,只需将其删除即可。