单项选择题
MariaDB中回收用户stu001关于hr数据库中表students的select权限,语句正确的是()。
A.revoke select on hr.*from ’stu001’@’localhost’B.revoke select on hr.students from ’stu001’@’%’C.revoke select on hr.student from ’stu001’@’localhost’D.revoke select on hr.students to ’stu001’@’localhost’
单项选择题 用户"root"登录本地服务器上的MariaDB数据库的命令是()。
单项选择题 MariaDB缺省配置时,使用的TCP端口是()。
单项选择题 MariaDB中创建一个只能从本地登陆的帐号stu001,正确的是()。