DB_HOST DB_USER DB_PW denhaagProbleme mit der Verbindung: Connection refused

Das Netz ist für PDB12SS/Den_Haag zu prüfen. Die Datenbank ist denhaag.

//center_x: 4.323495, center_y: 52.080479, x; 4.323495, y: 52.080479
map.setCenter(new GLatLng(52.080479, 4.323495),12); var point = new Array(); var text = new Array(); var marker = new Array();

Abfrage: SELECT stops.id , stops.x , stops.y , stops.name ,', Linie(n): ', GROUP_CONCAT(stoproutes.routes_id ORDER BY stoproutes.routes_id) FROM stops , stoproutes WHERE stops.id = stoproutes.stops_id GROUP BY stops.id;

Abfrage: SELECT DISTINCT routes.id , routes.colorhex FROM routes ORDER BY routes.id;

SELECT DISTINCT routes.id , routes.colorhex FROM routes ORDER BY routes.id;