mysql5.7 密码字段名更改

由password更改为authentication_string

update user set authentication_string=password("123456") where user="root";

posted @ 2016-03-10 16:52  预见者  阅读(307)  评论(0编辑  收藏  举报