单项选择题

A.grant all on *.*to ’all’@’192.168.10.%’identified by ’123.com’;
B.grant all on *.*to ’123.com’@’192.168.10.%’identified by ’root’;
C.grant all on *.*to ’root’@’all’identified by ’123.com’;
D.grant all on *.*to ’root’@’192.168.10.%’identified by ’123.com’;