MySQL Error:Access denied for user 'apache'@'localhost' (using password: NO)
SQL:select h.*, r.CRegion, i.* from hr as h inner join Region as r on r.SN = h.nationality inner join hr_interview as i on i.Belong_SN = h.SN where h.status in (1,2) and h.Belong_SN = 1000000671