Hello, first of all, big thanks for this awesome tool. I really love it.
Well, after using heidiSQL for many years, now I have a team and a couple of clients to manage, and credentials are quite difficult to keep secure. So we created a small app that send command line:
heidisql.exe -h "host.com" -u "user" -p "1234" -P "3306"
Thats works very well. But I have just one thing that I cannot control and is the "session name" or the name that is shown in the window. In the window is just the host. For example, if i'm connected to the session of "Clients\Company A", the heidi window says "Clients\Company A\Database". But when I connect through CMD, it says "host.com\Database".
Is there any way to change that name? Because I have multiple clients that the host is just an IP and is difficult to follow if we have multiple windows open.
I saw a topic from 16 years ago with an argument like --session but there is not in documentation and doesn't work. And the argument "-d" is for connect to an existing session.
Thanks in advance, Nicolas.