时间:2021-07-01 10:21:17 帮助过:4人阅读
mysql> update mysql.user set authentication_string = password(‘*****‘) where user = ‘root‘;
grant all privileges on zabbix.* to zabbix@localhost identified by ‘zabbix‘;
MySQL5.7版本及以上,改密码sql语句
标签:cal sql localhost 5.7 ati root roo nbsp ide