mysql md5 加密方法

  • update dbname.tf_tablename set nick_name = 'xxxxx',password = md5('new_pwd') where id = 1;

相关文章: