可视化工具连接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.
注意:登录的是哪个用户修改的就是哪个用户的登录密码。
【当你用心写完每一篇博客之后,你会发现它比你用代码实现功能更有成就感!】