Corrigir erro: General error: 1419 You do not have the SUPER privilege and binary logging is enabled no Magento 2
Ou
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: CREATE TRIGGER trg_catalog_product_entity_after_insert AFTER INSERT ON catalog_product_entity FOR EACH ROW
Ou
SQLSTATE[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: CREATE TRIGGER trg_bss_product_price_after_insert AFTER INSERT ON bss_product_price FOR EACH ROW
Acesse o banco com usuário Root
Selecione o banco desejado e execute: SET GLOBAL log_bin_trust_function_creators = 1;