smd.iotkit2.ch / Mbed 2 deprecated 2-07-04-Uebung

Dependencies:   EthernetInterface TMP175 mbed-rtos mbed

Fork of HTTP_POST by smd.iotkit2.ch

Revision:
10:3a38ba20cb57
Parent:
9:dffb514cde17
Child:
14:a93858b247b9
--- a/cgi-bin/restsql.txt	Mon Jun 08 19:09:11 2015 +0000
+++ b/cgi-bin/restsql.txt	Tue Jun 09 19:22:54 2015 +0000
@@ -32,7 +32,7 @@
     done
     SQL="INSERT INTO data( ${FIELDS} ) VALUES( ${DATA} );"
     echo $SQL
-    mysql -uroot -padmin sensoren <<EOF
+    mysql -uwww-data -pmbed sensoren <<EOF
 ${SQL}
 EOF