时间:2021-07-01 10:21:17 帮助过:5人阅读
2、或者找到文件mysql安装目录\data\WIN-V78GP6L8C75.err中的行A temporary password is generated for root@localhost: 随机密码,将随机密码粘贴进入mysql;
执行1或者2后,需要立即重新修改密码:alter user ‘root‘@‘localhost‘ identified by ‘新密码‘;(;不能丢掉)
dos修改密码步骤:
密码过期提示:1862 your password has expired
修改密码:
进入mysql\bin目录 cd d:\mysqlxxx\bin
进入mysql d: mysql
执行命令:
mysql> update user set authentication_string=password("新密码") where user="root"; //password字段在mysql数据库5.7版本下不存在,password字段改成了authentication_string
mysql> flush privileges; 刷新权限
mysql> quit;
不管是密码错误还是密码过期,都要重新修改密码,修改后在navicat中输入修改后的密码可以正常使用
Navicat 创建数据库连接提示1045 access denied for user
标签:you 窗口 bsp mysql数据库 root temporary att tor http