A.備份
B.不備份
C.自檢
D.不自檢
您可能感興趣的試卷
你可能感興趣的試題
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)管理員
最新試題
在設(shè)置httpd服務(wù)的站點訪問權(quán)限時,基于用戶的訪問控制包含以下哪些選項?()
在Centos 7中能夠從文本字符界面切換到圖形界面的方法有()
linux中創(chuàng)建用戶有兩個命令,是哪兩個命令()
Linux系統(tǒng)中要切換到2號終端,應(yīng)使用的鍵盤組合鍵為Ctrl+Alt+F2。
linux系統(tǒng)中,普通用戶test1可以訪問其它用戶的家目錄。
在Centos 7中能夠從圖形界面切換到文本字符模式的方法有()
在Linux 中,配置完畢網(wǎng)卡,而且重啟服務(wù)后,要想查看IP地址是否生效的命令是()
linux中使用mv命令時,當(dāng)所移動的文件源位置與目標(biāo)位置不是同一位置時,也可以改名。
當(dāng)運用more命令瀏覽一個非常長的文件內(nèi)容時,按Enter鍵表示的意思是()
linux中普通用戶除了能更改自己的密碼外,還可以更改其它用戶的密碼。