单项选择题
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
MariaDB缺省配置时,通过检查端口的办法判断服务是否正常启动,使用的命令是()。A.netstat -an...
单项选择题MariaDB缺省配置时,通过检查端口的办法判断服务是否正常启动,使用的命令是()。
A.netstat -ant∣grep 3306B.netstat -ant ∣find 3306C.netstat -ant &grep 1433D.netstat -ant∣∣grep 3306