管理面板 shopware 中的索引产品 6 dosen'work(永无止境)

Indexes product in admin panel shopware 6 dosen'work ( never ending )

我使用 (API) 在 Shopware 6 中导入了具有 属性 变体的产品。 不幸的是,我在管理面板中而不是在控制台中进行了索引 bin/console dal:refresh:index,现在我陷入了无限循环。

当我尝试 运行 控制台时 bin/console dal:refresh:index 我得到这个错误

SQLATATE[HY000]: General error: 1205 lock wait timeout exceeded; try restarting transaction

SQL 错误表明您的 MySQL 数据库有问题,而不是 Shopware。确保 MySQL 有足够的可用内存 - 通常,尝试添加大小至少为数据库大小 50% 的 InnoDB 缓冲池。也许,增加 innodb_lock_wait_timeout - 应该是 50s,但也许你需要更多。