单项选择题
A.登陆amoeba时使用的用户账号 B.登陆amoeba的用户账号的密码 C.登陆后台mysql数据库时使用的用户账号 D.登陆后台mysql数据库时使用的的密码
A.select max(score)fromt_score B.select min(score)fromt_score C.select avg(score)fromt_score D.select sum(score)fromt_score
A.create user tom@’localhost’identified by’123’ B.drop user tom@’localhost’ C.add user tom@’%’identified by’123456’ D.alter user tom@’localhost’identified by’123456’