标签:mysql修改用户密码
windows下使用下面的更新语句:
update mysql.user set authentication_string=password("123qwe") where user="root" and Host ="localhost";
ps:windows下没有password列,而是authentication_string
本文出自 “xiao宇宙” 博客,请务必保留此出处http://5460095.blog.51cto.com/5450095/1742754
标签:mysql修改用户密码
原文地址:http://5460095.blog.51cto.com/5450095/1742754