错误号:12142
错误原因:Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
错误SQL语句:
select cy_goods.goodsid,cy_goods.goodsname,cy_goods.goodsnewprice
,cy_goods.goodsprice,cy_photo.photopath
from cy_goods,cy_photo,cy_gphoto
where cy_gphoto.goodsid = cy_goods.goodsid
and cy_gphoto.photoid = cy_photo.photoid
and cy_goods.goodstypeid = '1'
and cy_goods.goodssubtypeid = '1'
and cy_gphoto.photouseid = '1'
and cy_photo.photoid in (select cy_photo.photoid from cy_goods,cy_photo,cy_gphoto where
cy_goods.goodsid = cy_gphoto.goodsid
and cy_photo.photoid = cy_gphoto.photoid
group by cy_goods.goodsid);
——错误记录被保存!