关于magento2:SQLSTATEHY000-General-error-1419

报错:
magento2SQLSTATE[HY000]: General error: 1419 You do not have the SUPER privilege and binary logging is enabled (you might want to use the less safe log_bin_trust_function_creators variable), query was: DROP TRIGGER IF EXISTS trg_catalog_category_entity_after_insert

解决办法:

set global log_bin_trust_function_creators=1;

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理