change to new db

master
Sascha 2023-08-01 18:20:38 +07:00
parent 378fbb23e5
commit 5a4b0491b9
3 changed files with 597457 additions and 2 deletions

@ -7,8 +7,7 @@ def Average(lst):
# mariadb
mariadbConnection = mysql.connector.connect(
host="woitschetzki.de", port="3306", user="root", password="lungretter1", database="bandwidth")
mariadbConnection = mysql.connector.connect(host="server0", port="3306", user="sascha", password="527646", database="bandwidth")
mariadbCursor = mariadbConnection.cursor()
mariadbCursor.execute("SELECT times, ping, download, upload FROM speedtest")
mariadbResult = mariadbCursor.fetchall()

File diff suppressed because it is too large Load Diff

437669
plt

File diff suppressed because it is too large Load Diff