Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface TMP175 mbed-rtos mbed
Fork of HTTP_POST by
Diff: cgi-bin/restsql.txt
- 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