好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

MySQL 忘记密码

1. vi /etc/my.cnf

 

 

2.  update mysql.user set authentication_string=password(‘123456‘) where user=‘root‘ and host=‘localhost‘;

3.  FLUSH PRIVILEGES;

 

MySQL 忘记密码

标签:oca   and   password   http   str   src   upload   set   date   

查看更多关于MySQL 忘记密码的详细内容...

  阅读:27次