给用户student@localhost授权对数据库mydb的所有表的更改权限的语句为()A. grant change on mydb.* to student@localhost;B. grant alter on mydb to student@localhost;C. grant alter privileges on mydb.* to student@localhost;D. grants update on mydb.* to student@localhost;
查看答案
增加一个用户student,密码为1234的账号,并允许其从任何地点远程登录的语句是()A. create uer student@localhost identified by '1234' ;B. create user student@'%' identified by '1234';C. create user student@'*' identified by '1234';D. create user student@'-' identified by '1234';
A. 错误
B. 正确
C. 错误
D. 错误
来自远程任何地址登录的用户名形式为()A. 用户名 with ip地址 B.用户名+ip地址 C.用户名@ip地址 D.用户名@'%'
A. 错误形式
B. 错误形式
C. 错误形式。
D. 正确
查看用户user1的权限的命令是()A. select grants for user1; B. show grants with user1; C.show grants for user1;D.selec grants with user1;
A. 错误
B. 错误
C. 正确
D. 错误
usr表在哪个数据库中()A. mysql B.每一个数据库都有 C.数据库用户自己创建的表 D.普通都没有
A. 正确
B. 错误
C. 错误
D. 错误