mysql passwd

update mysql.user set authentication_string=PASSWORD('root'),password_expired='N' where User='root';
flush privileges;

posted on 2016-07-23 14:14  anjuncc  阅读(111)  评论(0编辑  收藏  举报

导航