多项选择题
A.iSCSI serverB.iSCSI clientC.iSCSI targetD.iSCSI initiator
启动iSCSI服务的命令是()。A.systemctl start iscsiB.systemctl sta...
单项选择题启动iSCSI服务的命令是()。
A.systemctl start iscsiB.systemctl start targetC.systemctl enable iscsiD.systemctl enable target
进入数据库navy1后,将数据库脚本(/data/navy2.sql)导入到数据库中的正确语句是()。A.i...
单项选择题进入数据库navy1后,将数据库脚本(/data/navy2.sql)导入到数据库中的正确语句是()。
A.include /data/navy2.sqlB.source /data/navy2.sqlC.import /data/navy2.sqlD.@/data/navy2.sql
MariaDB中给stu001授予hr数据库的所有权限,正确的是()。A.grant all on hr.*...
单项选择题MariaDB中给stu001授予hr数据库的所有权限,正确的是()。
A.grant all on hr.*to ’stu001’@’localhost’B.grant on hr.*to ’stu001’@’localhost’C.grant all on hr.student to ’stu001’@’localhost’D.grant all on hr.*to stu001@localhost