输入banner图图片脚本导航/分类

CentOS7管理MariaDB

 

用UPDATE直接编辑user表   

首先登录MySQL。  

use mysql;  

update user set password=password(‘123‘) where user=‘root‘ and host=‘localhost‘;  

flush privileges;  

CentOS7管理MariaDB

标签:where   localhost   直接   编辑   mys   adb   enable   word   emc