mysql问题记录

一、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

 
posted @ 2022-01-18 21:01  旺仔喔喔糖  阅读(36)  评论(0)    收藏  举报