select e.id, e.firstName, e.lastName, e.managerId, e.title, e.department, e.city, e.officePhone, e.cellPhone, e.email, e.picture, m.firstName managerFirstName, m.lastName managerLastName, count(r.id) reportCount from employee e left join employee r on r.managerId = e.id left join employee m on e.managerId = m.id where e.id=:id group by e.lastName order by e.lastName, e.firstName{"error":{"text":SQLSTATE[28000] [1045] Access denied for user 'mmaaaco_ksecor'@'localhost' (using password: YES)}}