登录mysql时遇到了:mysql: [Warning] Using a password on the command line interface can be insecure.

登录mysql时遇到了:mysql: [Warning] Using a password on the command line interface can be insecure.

问题:
[root@slave2 ~]# mysql -uroot -p123456
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1045 (28000): Access denied for user ‘root’@‘localhost’ (using password: YES)

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

显示我没有权限登陆,但是明明已经更改了权限了的啊,怎么会登不上去呢?
可能原因:
更改的密码权限没反应过来就急着登录
措施:
flush privileges刷新权限,等一会再试试

猜你喜欢

转载自blog.csdn.net/weixin_45612540/article/details/110135151