MySQL connection string displayed in the server info

Hello
My friend’s server displays the MySQL connection string on the info banner.

This is inside the server.cfg

sets mysql_connection_string "mysql://------------------?charset=utf8mb4"

Does anyone know how to keep it private?
Server version is 3456 with OneSync Infinity activated.

(anyway, the MySQL port is firewalled)

Don’t use sets, but set

https://docs.fivem.net/docs/scripting-reference/convars

1 Like

Thanks a lot, it worked :slight_smile: