lefred / innotopgo

Innotop for MySQL 8 written in Go
GNU General Public License v2.0
47 stars 12 forks source link

Password in a seperate File / PSA.Shadow Feature #21

Open linuxloot-de opened 1 year ago

linuxloot-de commented 1 year ago

Your Login is something like: ./innotopgo mysql://root:password@localhost:3306

But if I don't know the password it should work something like ./innotopgo mysql://admin:**cat /etc/psa/.psa.shadow**@localhost:3306

For Example this works on Plesk based Servers: mytop -u admin -pcat /etc/psa/.psa.shadow

linuxloot-de commented 1 year ago
image

Here is the shell command without syntax change (Github interpreted: `)