CLOTHES - 의류

select a.* , rk.item_rank , used.it_id as use_view , pho.make -- 제작과정 (정품비교) , pho.photo -- 배송전실사 from g5_shop_item a left join g5_shop_item_order b on (a.it_id=b.it_id) LEFT JOIN view_sold_rank rk -- 판매순위 ON a.it_id = rk.it_id LEFT JOIN (SELECT DISTINCT it_id FROM g5_shop_item_use WHERE is_confirm = '1' ) used -- 사진후기 여부 ON a.it_id = used.it_id LEFT JOIN view_make_photo pho -- 배송전실사 , 제작과정 ON a.it_id = pho.it_id where 1=1 and b.ca_id = '20a062' order by b.item_order desc,it_id desc limit 1480 , 40

1045 : Access denied for user 'qualend2'@'localhost' (using password: YES)

error file : /shop/list.php