单项选择题

A.create user username@localhost identified by 123456
B.create user ’username’@’localhost’identified by123456
C.create user username@localhost identified by ’123456’
D.create user ’username’@’localhost’identified by ’123456’