可视化工具连接mysql报1862【mysql修改登录密码】

1862是密码被修改了。

修改方法:

1.以root登录账户:  账户与密码都是root

mysql -uroot -proot

2.修改密码

 set password = password('123456')

3.重新登录:

复制代码
C:\Users\li>mysql -u root -p123456
mysql: [Warning] Using a password on the command line interface can be insecure.

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 126828
Server version: 5.7.10-log MySQL Community Server (GPL)

Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
复制代码

注意:登录的是哪个用户修改的就是哪个用户的登录密码。

猜你喜欢

转载自www.cnblogs.com/zknublx/p/9054612.html
今日推荐