MySQL 5.7.24 root用户密码修改方法
发布日期:2021-05-10 03:11:27 浏览次数:19 分类:精选文章

本文共 917 字,大约阅读时间需要 3 分钟。

���������������MySQL������������������������������mysql.user������������������������������������������������authentication_string���������������������������������������

1. ���������������

���������������������������������������������������������������������

use mysql

2. ������root���������������

������������������root������������������������������������������������������

update user set authentication_string=password('���������') 
where user='root' and host='localhost';

���������������������������������������������������������������������

3. ������������

���������������������������������������������������������������

flush privileges;

4. ������������������

������������������������������������������������������������������������

������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������

上一篇:tableau ODBC驱动下载方法和链接(连接mysql的驱动)
下一篇:tableau 连接mysql步骤

发表评论

最新留言

逛到本站,mark一下
[***.202.152.39]2025年04月21日 14时50分08秒