以下()命令是使用超级管理员身份创建普通用户。A.create user username@localhost...
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’