为了账号安全,请及时绑定邮箱和手机立即绑定

密码错误如何修改

password 一直错误

利用网上的方法修改,根本没有修改密码的地方啊

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

Copyright (c) 2000, 2011, 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.

mysql> use mysql;
Database changed
mysql> update user set password=password('new_password') where user='root';
Query OK, 5 rows affected (0.00 sec)
Rows matched: 5  Changed: 5  Warnings: 0

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)


正在回答

2 回答

登录MySQL后用SET PASSWORD FOR 'root'@'localhost' = PASSWORD('newpass');

0 回复 有任何疑惑可以回复我~

mysqladmin -u username -p currentpassword password xxxxxx

currentpassword是当前密码

xxxxxx是要修改的密码

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
与MySQL的零距离接触
  • 参与学习       396886    人
  • 解答问题       3353    个

本课程涵盖全部MySQL数据库的基础,学习MySQL数据库的基础知识

进入课程

密码错误如何修改

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信