Aktualisiere Datenbankverbindung auf neuen Port und füge SQL-Befehl zum Erstellen der Benutzertabelle hinzu

This commit is contained in:
2025-03-15 16:04:10 +01:00
parent f9de495ccd
commit c6665ae8ac
2 changed files with 13 additions and 25 deletions

View File

@@ -5,7 +5,7 @@ class DataBaseManager {
constructor(host, database) {
this.connection = mySql.createConnection({
host: host,
port: 5432,
port: 3210,
user: "root",
password: "Jonas2007",
database: database