MySQL 启动失败:innodb-default-row-format=dynamic

MySQL fails to start: innodb-default-row-format=dynamic

今天上午重新启动计算机 - WAMPSERVER 无法启动 MySQL 8.0.26.

日志文件包含以下内容:

2021-12-16T11:11:56.631237Z 0 [System] [MY-010116] [Server]
c:\wamp64\bin\mysql\mysql8.0.26\bin\mysqld.exe (mysqld 8.0.26)
starting as process 4896 

2021-12-16T11:11:56.645789Z 0 [ERROR] [MY-000077] [Server] c:\wamp64\bin\mysql\mysql8.0.26\bin\mysqld.exe:
Error while setting value 'dynanmic' to 'innodb-default-row-format'.

2021-12-16T11:11:56.646988Z 0 [ERROR] [MY-010746] [Server] Parsing
options for plugin 'InnoDB' failed. 

2021-12-16T11:11:56.647364Z 0
[ERROR] [MY-010168] [Server] Failed to initialize builtin plugins.

如果我注释掉“innodb-default-row-format=dynamic”行,那么 MySQL 将开始,但我不明白注释掉该行的后果。

我在搜索中没有找到与此特定问题相关的任何内容。

非常感谢任何见解/解决方案!

您刚刚在配置设置中拼错了单词 dynanmic。 InnoDB 表的默认行格式已经是 DYNAMIC(从 v5.7 开始,在以前的版本中是 COMPACT