You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assume DB is password protected and this command is executed:
./ycrc test -s 1 --tables=mytable2,mytable3
The query should be attempted, and if there's a connection failure to DB, specifically an AUTH failures, not a pport or network, or general failures, then the ycrc should prompt for a password on the cmdline using hidden type text
this commit should also remove --password and replace with --password-on-stdin which will do the same thing as password but be hidden
Currently accepts password, but as command line flag.
The text was updated successfully, but these errors were encountered: