1、启动upupw

2、打开cmd窗口,进入到数据库目录/UPUPW/MariaDB/bin。

3、执行命令:mysql -u root -p;

4、用系统提供的密码登录,默认的是:DRsXT5ZJ6Oi55LPQ

5、进入mysql管理界面后,执行命令:

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

提示:Query OK, 1 row affected (0.000 sec)

Rows matched: 1  Changed: 1  Warnings: 0

6、执行命令:

flush privileges;

7、执行命令:

quit

 

修改完毕,可以用新密码登陆了。