I want use set mysql_connection_string setting in my custom script
how can i use that, command in server config script?
any have idea?
i already looking in documentation but they are have’t
is it possible?
I want use set mysql_connection_string setting in my custom script
how can i use that, command in server config script?
any have idea?
i already looking in documentation but they are have’t
is it possible?
i dont really understand what you want to Accomplish here?
i just making the my framework, for data saving
command question is for management the data
and i know the already default set resource.cfg put in the {bottom command}
set mysql_connections_string = “mysql://${cfg.DB_USER}:${cfg.DB_PW}@${cfg.DB_IP_PORT}/${cfg.DB_NAME}”
my point is i don’t wanna change the value in resource.cfg files
for my gamemode hobby