ERROR #1045: Access denied for user ''@'localhost' (using password: NO)
QUERY #1:
"SELECT c.id, d.field0 FROM config AS c LEFT JOIN details AS d ON c.id = d.id_config LEFT JOIN sequence AS s ON c.id = s.id_config LEFT JOIN activity AS a ON c.id = a.id_config LEFT JOIN date AS t ON c.id = t.id_config WHERE c.nazwa LIKE 'banner' and a.field0 = 1 and d.field1 = 'mapa' order by s.field0"
ERROR #1045: Access denied for user ''@'localhost' (using password: NO)
QUERY #2:
"Select g.id, g.foto as f, m.foto from galeria as g LEFT JOIN galeriamini as m ON m.id_zdjecia = g.id where g.nazwa like 'banner' and g.identyfikator = order by kolejnosc DESC"
ERROR #1045: Access denied for user ''@'localhost' (using password: NO)
QUERY #3:
"SELECT c.id, d.field0, d.field1 FROM config AS c LEFT JOIN details AS d ON c.id = d.id_config LEFT JOIN sequence AS s ON c.id = s.id_config LEFT JOIN activity AS a ON c.id = a.id_config WHERE c.nazwa LIKE 'oferta' and a.field0 = 1 order by s.field0"
ERROR #1045: Access denied for user ''@'localhost' (using password: NO)
QUERY #4:
"SELECT c.id, d.field0 FROM config AS c LEFT JOIN details AS d ON c.id = d.id_config LEFT JOIN sequence AS s ON c.id = s.id_config LEFT JOIN activity AS a ON c.id = a.id_config WHERE c.nazwa LIKE 'ofirmie' and a.field0 = 1 order by s.field0"
ERROR #1045: Access denied for user ''@'localhost' (using password: NO)
QUERY #5:
"SELECT (Select m.foto as f from galeria as g LEFT JOIN galeriamini as m ON m.id_zdjecia = g.id where g.nazwa like 'fotki-male' and g.identyfikator = c.id order by g.id DESC limit 1) FROM config AS c LEFT JOIN details AS d ON c.id = d.id_config LEFT JOIN sequence AS s ON c.id = s.id_config LEFT JOIN activity AS a ON c.id = a.id_config LEFT JOIN date AS t ON c.id = t.id_config WHERE c.nazwa LIKE 'fotki-male' and a.field0 = 1 and d.field1 = 'mapa_strony' order by s.field0"