MySQL5.5里: MySQL5.6里: 已经加密。 但如果 update mysql.user set password=password('654321') where User='hcy'; 还会是明文,如图: 测试环境 binlog_format = MIXED 改为ROW模式: 加密。