mysql – SQL Befehle für Temperatur-Datenbank inkl. Durchschnittstemperatur
Eine kleine Übersicht von SQL-Befehlen, die man z.B. in mysql eingeben kann: Alle Datenbanken zeigen > SHOW DATABASES; Mit Datenbank verbinden > USE avrio; Tabellen […]
Eine kleine Übersicht von SQL-Befehlen, die man z.B. in mysql eingeben kann: Alle Datenbanken zeigen > SHOW DATABASES; Mit Datenbank verbinden > USE avrio; Tabellen […]
>mysql -uroot -p mysql > connect avrio; mysql > GRANT ALL ON avrio.* TO root@’192.168.178.62′; IDENTIFIED BY ‘PASSWORD’; mysql > FLUSH PRIVILEGES; > sudo nano […]
piw@raspberrypi:~$ mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. mysql> FLUSH PRIVILEGES; Query OK, 0 rows […]
https://developers.google.com/chart/interactive/docs/gallery/areachart ac.draw(data, { title : ‘1Wire Temperatursensoren’, isStacked: false, width: 1000, height: 400, vAxis: {title: “Temperatur (Grad Celsius)”}, hAxis: {title: “Zeit”}, legend:{position: “bottom”}, areaOpacity: 0 […]