mysql数据库更改用户密码和用户授权
查询用户、密码1、select host,user,password frommysql.user;更改密码2、update mysql.user setpassword=password("openstack") where user='keystone' andhost='localhost';授权:grant allprivileges on zabbix.* to zabbix@localhost identified by '密码';
页:
[1]