1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-06-16 04:03:20 +02:00
Files
OpenIntegrations/docs/en/examples/MySQL/GenerateConnectionString.txt
T
Vitaly the Alpaca (bot) aeb4d14a82 Main build (Jenkins)
2026-02-13 14:09:07 +03:00

6 lines
187 B
Plaintext
Vendored

Address = "127.0.0.1";
Login = "bayselonarrend";
Password = "12we...";
Base = "";
Result = OPI_MySQL.GenerateConnectionString(Address, Base, Login, Password);