A.iSCSI serverB.iSCSI clientC.iSCSI targetD.iSCSI initiator
单项选择题启动iSCSI服务的命令是()。
A.systemctl start iscsiB.systemctl start targetC.systemctl enable iscsiD.systemctl enable target
单项选择题进入数据库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.*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
单项选择题MariaDB缺省配置时,通过检查端口的办法判断服务是否正常启动,使用的命令是()。
A.netstat -ant∣grep 3306B.netstat -ant ∣find 3306C.netstat -ant &grep 1433D.netstat -ant∣∣grep 3306
单项选择题使用yum安装MariaDB的服务时,安装的包的名称是()。
A.mariadb-serverB.mariadb.clientC.mariadb-groupD.mariadb.server