sjmudd / ps-top

ps-top - a top-like program for MySQL
BSD 2-Clause "Simplified" License
205 stars 31 forks source link

option for interactive password entry #15

Closed Mikhail-Izioumtchenko closed 3 years ago

Mikhail-Izioumtchenko commented 3 years ago

Hi Simon,

it would be nice to have an option for invisible interactive password entry as in mysql -p

sjmudd commented 3 years ago

Hi Mikhail,

This should be fixed in v1.0.11 via the command line option --askpass

e.g.


$ ./ps-top --socket=/tmp/mysql.sock --user=root --askpass
Password:
sjmudd commented 3 years ago

Let. me know if this works for you.