错误号:12142
错误原因:Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
错误SQL语句:
select cy_goods.goodsid,cy_goods.goodsname,cy_goods.goodsdescription,cy_goods.goodsprice,cy_goods.goodsnewprice,
cy_photo.photopath
from cy_goods,cy_photo,cy_gphoto
where cy_goods.goodsid = cy_gphoto.goodsid
and cy_photo.photoid = cy_gphoto.photoid
and cy_goods.goodstypeid = '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);
——错误记录被保存!