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’
您可能感興趣的試卷
你可能感興趣的試題
A.mysqld -uroot -p
B.mysql -uroot -p
C.mysqladmin -uroot -p
D.mysqldump -uroot -p
A.1433
B.8080
C.443
D.3306
A.create user ’stu001’@’localhost’
B.create user stu001
C.create user ’stu001’@’localhost’identified ’123’
D.create user ’stu001’@’localhost’identified by xxx;
A.setsebool -p ftpd_full_access on
B.setsebool -P ftpd_full_access on
C.虛擬用戶
D.系統(tǒng)管理員
A.鎖定匿名用戶在FTP目錄
B.鎖定本地用戶在FTP目錄
C.微軟IIS FTP
D.Apache
最新試題
linux中普通用戶除了能更改自己的密碼外,還可以更改其它用戶的密碼。
在linux系統(tǒng)的命令終端中,以下哪個是能夠執(zhí)行腳本文件的方式?()
在linux中,cd -表示的意思是()
在Centos 7中能夠從圖形界面切換到文本字符模式的方法有()
運用vi或vim編輯器對網卡配置文件/etc/sysconfig/network-scripts/ifcfg-ens33進行編輯,在配置文件末尾要添加IP地址,下面哪個單詞是正確的()
在linux中要查看文件或文件夾的詳細屬性,以查看/etc下的passwd文件為例,下列命令正確的有()
在linux中,要刪除非空目錄/a,應該在終端中輸入()
在Centos 7中能夠從文本字符界面切換到圖形界面的方法有()
Mac OS是以UNIX系統(tǒng)為基礎演變而來的一種類UNIX操作系統(tǒng)。
linux系統(tǒng)中,如果要查看曾經使用過的命令,可以在終端中輸入history命令。