I have downloaded mysql now opened terminal to run but it is not taking password.
In the image it shows enter password but i am not able to write please give me solution
It is not taking password but it shows enter password
I have downloaded mysql now opened terminal to run but it is not taking password.
In the image it shows enter password but i am not able to write please give me solution
It is not taking password but it shows enter password
2
Answers
When entering passwords in the terminal, the characters you type won’t be visible. Just type your password as you normally would and press Enter. Even though you don’t see the characters, they are being entered.
if you are not able to type at all :
try to
ls -la /usr/local/mysql/bin/mysql
to check permissions.for me it shows :
if you do not have permissions, (you should be noticed the permission error) try to
chmod +x /usr/local/mysql/bin/mysql
then try again executing the command.
also try to pass the password directly in the CLI :
terminals don’t reflect passwords on screen and it confidential data just type the password and hit enter it will work..the password written will not be visible