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数据库的命令是()。
A.mysqld -uroot -pB.mysql -uroot -pC.mysqladmin -uroot -pD.mysqldump -uroot -p
单项选择题MariaDB缺省配置时,使用的TCP端口是()。
A.1433B.8080C.443D.3306
单项选择题MariaDB中创建一个只能从本地登陆的帐号stu001,正确的是()。
A.create user ’stu001’@’localhost’B.create user stu001C.create user ’stu001’@’localhost’identified ’123’D.create user ’stu001’@’localhost’identified by xxx;
单项选择题配置SELinux选项永久起效的命令是()。
A.setsebool -p ftpd_full_access onB.setsebool -P ftpd_full_access onC.虚拟用户D.系统管理员
单项选择题在配置FTP服务中,chroot_local_user配置选项用于配置()。
A.锁定匿名用户在FTP目录B.锁定本地用户在FTP目录C.微软IIS FTPD.Apache