当前位置:Gxlcms > 数据库问题 > CentOS7管理MariaDB

CentOS7管理MariaDB

时间:2021-07-01 10:21:17 帮助过:6人阅读

 

用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   

人气教程排行