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';
A.錯誤日志
B.查詢?nèi)罩?br />
C.二進(jìn)制日志
D.事務(wù)日志