opo 发表于 2018-6-20 10:41:42

windows下修改mysql密码 10054错误

  windows下使用下面的更新语句:
  update mysql.user set authentication_string=password("123qwe") where user="root" and Host ="localhost";
  ps:windows下没有password列,而是authentication_string
页: [1]
查看完整版本: windows下修改mysql密码 10054错误