问题root@localhost's password:localhost:permission denied,please try again
Posted gyhuminyan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了问题root@localhost's password:localhost:permission denied,please try again相关的知识,希望对你有一定的参考价值。
背景:在装完hadoop及jdk之后,在执行start-all.sh的时候出现
[email protected]‘s password:localhost:permission denied,please try again。
可是,我记得当时设置的密码是对的,无论怎么输都不对,并且url中localhost:50030和localhost:50090是可以打开的,但是各种数据都为0。
解决方法:在出现上述问题后,输入
sudo passwd
然后,会输入新的密码,设置之后,再重新格式化一下namenode,最后执行start-all.sh,OK。
web上也有数据出现了。
经过试验,上述方法在我的电脑中没有成功。
1.安装 open ssh:sudo apt-get install openssh-server
2.修改root密码:#sudo passwd root
3.辑配置文件,允许以 root 用户通过 ssh 登录:sudo vi /etc/ssh/sshd_config
找到:PermitRootLogin prohibit-password禁用
添加:PermitRootLogin yes
4.sudo service ssh restart
OK,正常登录!!!
以上是关于问题root@localhost's password:localhost:permission denied,please try again的主要内容,如果未能解决你的问题,请参考以下文章
解决root@localhost's password:localhost:permission denied,please try again
Mysql相关问题-----1045 Access denied for user 'root'@'localhost' (using password: YES)报错
mysql问题:access denied for user 'root@localhost'(using password: YES)
MYSQL问题解决方案:Access denied for user 'root'@'localhost' (using password:YES)
MYSQL问题解决方案:Access denied for user 'root'@'localhost' (using password:YES)
MYSQL问题解决方案:Access denied for user 'root'@'localhost' (using password:YES)