题目内容 (请给出正确答案)
[单选题]

超级用户root登录到IP地址为192.168.4.28的MySQL数据库服务器的命令正确的写法是()。

A.mysql -h hostname -u root –p

B.mysql -h localhost -u root –p

C.mysql -h192.168.4.28 -u root –p

D.以上都可以

查看答案
如搜索结果不匹配,请 联系老师 获取答案
您可能会需要:
您的账号:,可能会需要:
您的账号:
发送账号密码至手机
发送
更多“超级用户root登录到IP地址为192.168.4.28的M…”相关的问题

第1题

请写出本地超级用户root将E盘根目录下的子目录tt中名为course的MySQL数据库,还原到MySQL服务器(密码为1234)中名为DBC的数据库的SQL命令。并将运行结果截图。 请手头没有电脑的同学,手写命令拍图上传。
点击查看答案

第2题

设超级用户root当前所在目录为:/usr/local,键入CD命令后,用户当前所在目录为()。A、/homeB、/ro
设超级用户root当前所在目录为:/usr/local,键入CD命令后,用户当前所在目录为()。

A、/home

B、/root

C、/homE/root

D、/usr/loeal

点击查看答案

第3题

chmod命令用来修改文件或目录的存取权限,只有文件所有者和超级用户(root用户)才能使用该命令。()

点击查看答案

第4题

数据库中超级账户不能被锁定,其中Oracle的是(),mysql的是(),SQLServer的是()。

A.sa,root,sys

B.admin,root,sa

C.sys,root,sa

D.sys,admin,sa

点击查看答案

第5题

超级用户root,他的用户主目录是()
A、/root

B、/stud1

C、/home/root

D、/root/home/stud1

点击查看答案

第6题

阅读下列广域网路由基本技术的应用,分析路由器的配置命令,

实例:通过Cisco 2501连接A局域网与B局域网,如图5-1所示。

假设实验条件如下:

A网:202.96.199.0~202.96.199.255

B网:202.97.76.0~202.97.76.31

DNS Server:202.96.199.2(主),202.96.199.3(备)

所属域:xxx.com

广域网互联:需要一个包含4个IP地址(2个可用p)的子网,定为:202.98.0.0~ 202.98.0.3,其中202.98.0.1给A网,202.98.0.2给B网,互联专线速率:128 kbps。具体网络参数分配表如下:

首先进入路由器:将计算机串行口连接到路由器的Console口,使用Netterm或者超级终端之类的软件登录。

Router>en

passwd:******(输入超级口令)

全局配置:(A、B网相同)

Routerconfig terminal(切换到配置状态)

Router(config)enable secret my-root-password(定义超级口令)

Router(config)ip host Router-A(定义路由器名.B网为Router-B)

Router(config)ip domain-name (1)

Router(config)nameserver 202.96.199.2(定义主域名服务器)

Router(config)nameserver 202.96.199.3(定义备域名服务器)

Router(config)ip classless

Router(config)line (2)

(定义5个telnet虚终端,即可以同时有5个人登录本路由器)

Router(config-line)password my-telnet-password(定义telnet口令)

Router(config-line)exit

Router(config)exit

地址和路由配置

/****** A网路由器 ******/

Router-Aconfig terminal(切换到配置状态)

Router-A(config)intefface e()(配置 Ethernet 0 口)

Router-A(config-if)description the LAN port link to my local network(端口说明)

Router-A(config-if)ip address (3)

Router-A(config-if)no shutdown(激活端口)

Router-A(config-if)exit

Router-A(config)4finterface s()(配置Serial()口)

Router-A(config-if)description the WAN port link to Router-B(端口说明)

Router-A(config-if)ip add 202.98.0.1 255.255.255.252(定义互联广域网IP地址)

Router-A(config-if)bandwidth 128(定义端口速率,单位kbps)

Router-A(config-if)no shutdown(激活端口)

Router-A(config-if)exit

Router-A(config)ip route (4)

Router-A(config)exit

Router-Awr m(保存配置)

/****** B网络由器 ******/

Router-Bconfig terminal

Router-B(config)interface e()

Router-B(config-if)deseription the LAN port link to my local network(端口说明)

Router-B(config-if)ip add 202.97.76.1 255.255.255.224

(定义以太网IP地址,子网掩码表示为拥有32个地址的子网)

Router-B(config-if)no shutdown

Router-B(config-if)exit

Router-B (config)interface sO

Router-B(config-if)description the WAN port link to Router-A(端品说明)

Router-B(config-if)ip add 202.98.0.2 255.255.255.252

Router-B (config-if)bandwidth 128

Router-B(config-if)no shutdown

Router-B (config-if)exit

Router-B(config)ip route (5)

Router-B(config)exit

Router-Bwr m(保存配置)

点击查看答案

第7题

阅读下列广域网路由基本技术的应用,分析路由器的配置命令,将应填入(n)处的内容写在对应栏内。

实例:通过Cisco2501 连接A局域网与B局域网,如图5-1所示。

假设实验条件如下:

A网:202.96.199.0~0202.96.199.255

B网:202.97.76.0~202.97.76.31

DNS Server:202.96.199.2(主),202.96.199.3(备)

所属域:xxx.com

广域网互联:需要一个包含4个IP地址(2个可用IP)的子网,定为:202.98.0.0~ 202.98.0.3,其中202.98.0.1给A网,202.98.0.2给B网,互联专线速率:128kbps。具体网络参数分配表如下:

首先进入路由器:将计算机串行口连接到路由器的Console 口,使用Netterm 或者超级终端之类的软件登录。

Router>en

passwd:******(输入超级口令)

全局配置:(A、B网相同)

Router config terminal(切换到配置状态)

Router (config)enable secret my-root-password(定义超级口令)

Router(config)ip host Router-A(定义路由器名,B网为Router-B)

Router(config)ip domain-name (1)

Router(config)nameserver 202.96.199.2(定义主域名服务器)

Router(config)nameserver202.96.199.3(定义备域名服务器)

Router(config)ip classless

Router(config)line (2)

(定义5个telnet虚终端,即可以同时有5个人登录本路由器)

Router(con6g—1ine)password my-telnet-password(定义telnet口令)

Router(conhZ-line)exit

Router(config)exit

地址和路由配置:

/***** A网路由器 ******/

Router-Aconfig terminal(切换到配置状态)

Router-A(config)interface e0(配置Ethernet 0 口)

Router-A(config-if)gdescliption the LAN port link to my local network(端口说明)

Router-A(comfig-if)ip address (3)

Router-A(config-if)noshutdown(激活端口)

Router-A(config-if)exit

Router-A(config)interface s0(配置 Serial 0 口)

Router-A(config-if)descdption the WAN port link to Router-B(端口说明)

Router-A(config-if)ip add 202.98.0.1 255.255.255.252(定义互联广域网p地址)

Router-A(config-if)bandwidth 128(定义端口速率,单位:kbps)

Router-A(config-if)no shutdown(激活端口)

Router-A(config-if)exit

Router-A(config)ip route (4)

Router-A(config)exit

Router-Awr m(保存配置)

/***** B网路由器 ******/

Router-Bconfig terminal

Router-B(config)interface e0

Router-B(config-if)description the LAN port link to my local network(端口说明)

Router-B(config-if)ip add 202.97.76.1 255.255.255.224

(定义以太网IP地址,子网掩码表示为拥有32个地址的子网)

Router-B(config-if)no shutdown

Router-B(config-if)exit

Router-B(config)interface s0

Router-B(config-if)escdption the WAN port link to Router-A(端口说明)

Router-B(config-if)ip add 202.98.0.2255.255.255.252

Router-B(config-if)bandwid 128

Router-B(config-if)no shutdown

Router-B(config-if)exit

Router-B(config)ip route (5)

Router-B(config)exit

Router-Bwr m(保存配置)

配置完成。

点击查看答案

第8题

当ORACLE9.2数据库服务器安装后,将自动创建两个具有超级权限的用户,并且要求设定这两个用户的口令,这两个用户是()

A.SYSTEM和MANAGER

B.SYS和SYSTEM

C.SYS和SYSMAN

D.ROOT和SUPERMAN

E.SCOTT和TIGER

点击查看答案

第9题

下列信息是某系统用ps–ef命令列出的正在运行的进程,()进程是运行Internet超级服务器,它负责监听Internet sockets上的连接,并调用合适的服务器来处理接收的信息。

A.root 1 4.00.0344204? S 17:090:00init

B.root 2 0.00.129161520? S 17:090:00/sbin/getty

C.root 3 0.00.21364632? S 17:090:00/usr/sbin/syslogd

D.root 4 0.013441204? S 17:090:10/usr/sbin/inetd

点击查看答案

第10题

MySQL中拥有最高权限的超级管理员用户的名称为 ( )

A、Administrator

B、root

C、guest

D、user

点击查看答案
热门考试 全部 >
相关试卷 全部 >
账号:
你好,尊敬的上学吧用户
发送账号至手机
密码将被重置
获取验证码
发送
温馨提示
该问题答案仅针对搜题卡用户开放,请点击购买搜题卡。
马上购买搜题卡
我已购买搜题卡, 登录账号 继续查看答案
重置密码
确认修改
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,
如果您知道正确答案,欢迎您来纠错

警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

微信搜一搜
上学吧
点击打开微信
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
微信搜一搜
上学吧
点击打开微信