Dies und Das (MPI revisit)

This commit is contained in:
Silas Oettinghaus
2026-06-21 23:11:13 +02:00
parent 5c2e27687d
commit 3603fd7853
18 changed files with 656 additions and 209 deletions

View File

@@ -23,7 +23,7 @@ classdef DBHandler < handle
arguments
options.dataBase = "labor_highspeed"; % Default value for pathToDB if not provided
options.type = "mysql";
options.server = "134.245.243.254";
options.server = "192.168.178.192"; % university coffee PC: "134.245.243.254";
options.port = 3306;
options.user = "silas";
options.password = "silas";