本文共 149 字,大约阅读时间需要 1 分钟。
MySQL5.5里:
MySQL5.6里:
已经加密。
但如果
update mysql.user set password=password('654321') where User='hcy';
还会是明文,如图:
测试环境
binlog_format = MIXED
改为ROW模式:
加密。
转载地址:http://kmjga.baihongyu.com/