单项选择题

下列哪个操作是创建一个可以远程登录Mysql用户的()

A.create user zhangsan@’localhost’;
B.create user zhangsan@’%’;
C.drop user zhangsan@’localhost’;
D.drop user zhangsan@’%’;