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
最新試題
在Centos 7中能夠從圖形界面切換到文本字符模式的方法有()
tail命令用于顯示文件的末尾部分,加上參數(shù)-f后,就相當(dāng)于linux的監(jiān)控系統(tǒng),例如:tail -f /var/log/httpd/access_log。
當(dāng)運用more命令瀏覽一個非常長的文件內(nèi)容時,按Enter鍵表示的意思是()
在UNIX/Linux系統(tǒng)添加新用戶的命令是()
在linux中,要再次使用曾經(jīng)使用過的第2條命令,可以在終端中輸入()
在Linux 中,啟動VI 編輯器使用命令()
運用vi編輯器,編輯完畢網(wǎng)卡文件/etc/sysconfig/network-scripts/ifcfg-ens33保存并退出后,需要重啟對應(yīng)的網(wǎng)卡服務(wù),在centos 7中,下列哪個命令是正確的()
在linux系統(tǒng)的命令終端中,以下哪個是能夠執(zhí)行腳本文件的方式?()
在Linux中,文件可以沒有后綴名,后綴名的作用是為了給用戶提示。
運用vi或vim編輯器對網(wǎng)卡配置文件/etc/sysconfig/network-scripts/ifcfg-ens33進(jìn)行編輯,在配置文件末尾要添加IP地址,下面哪個單詞是正確的()