mysql-error: Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte.
bei
select pr.id, pr.title, pr.title_extention, pr.subtitle, pr.reference,pr.duration,nr_of_pauses,if(isnull(ph.path),'',ph.path) keyphoto, if(isnull(ph.cms_id),'0',ph.cms_id) cms_id, if(isnull(key_external_file_id),0,key_external_file_id) key_external_file_id, concat_ws('',text_md) text_md, concat_ws('',text_xl) text_xl, concat_ws('',production_text) production_text, concat_ws('',text_xs) text_xs, concat_ws('',text_lg) text_lg, concat_ws('',text_print) text_print, concat_ws('',text_background) text_background, language, trim(concat_ws(' ',p1.first_name,p1.last_name)) vonwem, if(isnull(pr.price_information),'',pr.price_information) price_information, if(isnull(rt.id),'k.A.',rt.`name`) ua, pr.bookable from productions pr left join people p1 on pr.from_id=p1.id LEFT JOIN release_types rt ON pr.release_type_id=rt.id left join photos ph on pr.keyphoto_id=ph.id where pr.cms_linkname='flohmarkt'