Jump to content

Mysql View User/Pass.


revowow

Recommended Posts

You can create a simple Python script that prints the username and password:

 

import clr;
import System;
clr.AddReference("TCAdmin.SDK");
Script.WriteToConsole(ThisService.Variables["MySQLUser"]);
Script.WriteToConsole(ThisService.Variables["MySQlPassword"]);

Link to comment
Share on other sites

  • 3 months later...

or u cud use bat option on windows like i do with

 

@echo off

 

echo MySQL Server: %ThisService_IpAddress%

echo Port 3306

echo MySQL User: %ThisService_MySQLUser%

echo MySQL Password: %ThisService_MySQLPassword%

 

adjust 3306 if using differnet port works perfect for my arma servers

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Who's Online   0 Members, 0 Anonymous, 113 Guests (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use