I m migrating magento 1.9 to 2.x and when i try to migrate data using the migrate:data command it stops with the following error
[Zend_Db_Statement_Exception]
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_catalog_compare_item_after_insert AFTER INSERT ON catalog_compare_item FOR EACH ROW BEGIN
INSERT INTO m2_cl_catalog_compare_item (`catalog_compare_item_id`, `operation`) VALUES (NEW.catalog_compare_item_id, 'INSERT')ON DUPLICATE KEY UPDATE operation = 'INSERT';
END `
In my mysql server log_bin is set to off and i m using a super user. Can anyone help me to sort this out? Thanks!