以下哪个命令是使用超级管理员身份创建普通账户( ) A.create user username@localhost identified by 123456 B. create user ‘username’@ ‘localhost’ identified by 123456 C. create user username@localhost identified by ‘123456’ D. create user ‘username’@‘localhost’ identified by ‘123456’