Error: SQLSTATE[HY000] [1045] Access denied for user 'root'@'65.2.18.59' (using password: YES) (Connection: magento, SQL: select `ce`.`entity_id` as `customer_id`, `ce`.`email`, `ce`.`firstname`, `ce`.`lastname`, `ce`.`middlename`, `ce`.`prefix`, `ce`.`suffix`, `ce`.`dob`, `ce`.`gender`, `ce`.`taxvat`, `ce`.`created_at`, `ce`.`updated_at`, `ce`.`group_id`, `ce`.`store_id`, `ce`.`website_id`, `ce`.`created_in`, val_anniv.value as anniversary, MAX(IF(ea_varchar.attribute_code = "mobilecountrycode", val_varchar.value, NULL)) as mobilecountrycode, MAX(IF(ea_varchar.attribute_code = "phone_number", val_varchar.value, NULL)) as phone_number, MAX(IF(ea_varchar.attribute_code = "referrer_url", val_varchar.value, NULL)) as referrer_url, MAX(IF(ea_varchar.attribute_code = "spouse", val_varchar.value, NULL)) as spouse, MAX(IF(ea_int.attribute_code = "is_builder_account", val_int.value, NULL)) as is_builder_account, MAX(IF(ea_int.attribute_code = "mp_smtp_is_synced", val_int.value, NULL)) as mp_smtp_is_synced from `customer_entity` as `ce` left join `customer_entity_varchar` as `val_varchar` on `ce`.`entity_id` = `val_varchar`.`entity_id` left join `eav_attribute` as `ea_varchar` on `val_varchar`.`attribute_id` = `ea_varchar`.`attribute_id` and `ea_varchar`.`entity_type_id` = (SELECT entity_type_id FROM eav_entity_type WHERE entity_type_code = "customer") left join `customer_entity_datetime` as `val_anniv` on `ce`.`entity_id` = `val_anniv`.`entity_id` and `val_anniv`.`attribute_id` = 212 left join `customer_entity_int` as `val_int` on `ce`.`entity_id` = `val_int`.`entity_id` left join `eav_attribute` as `ea_int` on `val_int`.`attribute_id` = `ea_int`.`attribute_id` and `ea_int`.`entity_type_id` = (SELECT entity_type_id FROM eav_entity_type WHERE entity_type_code = "customer") group by `ce`.`entity_id`, `ce`.`email`, `ce`.`firstname`, `ce`.`lastname`, `ce`.`middlename`, `ce`.`prefix`, `ce`.`suffix`, `ce`.`dob`, `ce`.`gender`, `ce`.`taxvat`, `ce`.`created_at`, `ce`.`updated_at`, `ce`.`group_id`, `ce`.`store_id`, `ce`.`website_id`, `ce`.`created_in`, `val_anniv`.`value` order by `ce`.`entity_id` asc limit 5000)