Dies und Das (MPI revisit)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user