首页 > 技术文章 > mysql问题记录

studyhomeshi 2022-01-18 21:01 原文

一、mysql安装后输入任何命令都报:

ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.

使用这条命令更改密码

ALTER USER 'root'@'localhost' IDENTIFIED BY '123456' PASSWORD EXPIRE NEVER;

之后使用以下指令刷新权限:

flush privileges;

退出后重新登陆,就可以了。

原帖地址:https://www.runoob.com/note/35480

二、navicat破解

http://www.downcc.com/soft/430673.html

 

推荐阅读