多项选择题

下列可以将mysql的本地root用户的密码修改为‘123’的是()

A.set password for root@'localhost'=password('123');
B.update mysql.user set password=password('123') where user='root' and host='localhost';
C.select password for root@'localhost'=password('123');
D.create user root@'localhost' identified by'123';

微信扫码免费搜题