Open meta-hub opened 2 years ago
Added the MySQL.getConfig method, allowing us to retrieve the current server_config object. More convenient then having to parse the mysql_connection_string convar ourselves, and avoids any conflicts if the convar is not set.
MySQL.getConfig
mysql_connection_string
Added the
MySQL.getConfig
method, allowing us to retrieve the current server_config object.More convenient then having to parse the
mysql_connection_string
convar ourselves, and avoids any conflicts if the convar is not set.