训练
通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
Dotcpp
编程
编程教程
▾
编程训练
▾
编程考试
▾
团队教学
▾
AI 编程
▾
登录/注册
编程教程
▾
编程训练
▾
编程考试
▾
团队教学
▾
AI 编程
▾
Dotcpp
/
试卷列表
/
题库练习
/
题目 2656
在mysql服务器中添加新的用户,其用户名分别为use
在mysql服务器中添加新的用户,其用户名分别为user1、主机名为localhost,口令设置为123,下面命令正确的是
A.
create user 'localhost'@ 'user1' identified by '123';
B.
create user 'user1'@'localhost' identified by '123';
C.
create user 'user1'@'localhost' identified by 123;
D.
create user 'user1'@'localhost' password by '123'
检查答案
答案
B
题目信息
题号:
2656
题型:
单选题
难度:
普通
去题库练习