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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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