SQL connection string printed in console when a connection is opened

When opening a MySQL connection with the Oxide.Core.MySql.Libraries.MySql, if an existing connection is already open, a message will be printed to the console containing the entire SQL connection string. The connection string which is printed contains the server database connection url and the password.

Logging the SQL connection credentials including the password is a very big security issue, this should not be printed to the console when this occurs.
Can this please be removed?

Hi, I have the same problem. This is a huge security issue. "Error, you tried to open an SQL connection twice, now I will print all your SQL credentials in console" is not a good pattern and sounds like something you'd see jokes made about.

Is there any plan to fix this, the easiest solution would be to print the connection IP, port & username when a duplicate connection is made, rather than just printing the entire connection object including the password, which is the current behaviour.