]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/UDPEcho/util/MySQLListener.py
commit svn HEAD of blip into core to start merge testing
[tinyos-2.x.git] / apps / UDPEcho / util / MySQLListener.py
index 0522ca41c6dbb22722605283dbea7d232f64ce4c..4a240cf49c830f997ca8c53661bedf77679444dc 100644 (file)
@@ -9,7 +9,7 @@ port = 7000
 
 if __name__ == '__main__':
     conn = MySQLdb.connect (host = "localhost",
-                            user = "root",
+                            user = "b6lowpan",
                             db = "b6lowpan")
     cursor = conn.cursor()
     s = socket.socket(socket.AF_INET6, socket.SOCK_DGRAM)