You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-06-16 04:03:20 +02:00
10 lines
310 B
Plaintext
Vendored
10 lines
310 B
Plaintext
Vendored
Address = "127.0.0.1";
|
|
Login = "bayselonarrend";
|
|
Password = "12we...";
|
|
Base = "";
|
|
|
|
ConnectionString = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);
|
|
Result = OPI_MySQL.CreateConnection(ConnectionString);
|
|
|
|
OPI_MySQL.CloseConnection(Result);
|