DB_HOST DB_USER DB_PW taipehProbleme mit der Verbindung: Connection refused

Das Netz ist für PDB10SS/Taipeh zu prüfen. Die Datenbank ist taipeh.

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

Abfrage: SELECT stop.id , stop.lon , stop.lat , stop.name ,', Linie(n): ', GROUP_CONCAT(line_stop.id_line ORDER BY line_stop.id_line) FROM stop , line_stop WHERE stop.id = line_stop.id_stop GROUP BY stop.id;

Die Abfrage hat Ergebniszeilen.

//Fehler bei der Ausgabe der Stops var marker = new Array(); for (i=0; i< point.length; i++) { marker[i] = new GMarker(point[i],icon); map.addOverlay(marker[i]); createListener (marker[i], text[i]); }

Abfrage: SELECT DISTINCT line.id , line.hexcolor FROM line ORDER BY line.id;

SELECT DISTINCT line.id , line.hexcolor FROM line ORDER BY line.id;