可学答题网 > 问答 > 电器学题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Mysqldump was used to create a single


Mysqldump was used to create a single schema backup; Shell> mysqldump –u root –p sakila > sakila2013.sql Which two commands will restore the sakila database without interfering with other running database?()

  • AMysql> USE sakila; LOAD DATA INFILE 'sakila2013.sql';
  • BShell> mysql –u root –p sakila sakila2013.sql
  • CShell> mysql import –u root –p sakila sakila2013.sql
  • DShell> mysql –u root -p –e 'use sakila; source sakila2013.sql'
  • EShell> mysql –u root –p –silent < sakila2013.sql
参考答案
参考解析:
分类:电器学题库
相关推荐

1、A table was created using the followi

A table was created using the following DDL:CREATE TABLE employee (id SMALLINT NOT NULL, name VARCHAR(9), dept SMALLINT CHECK (dept BETWEEN 10 ...

2、A sequence was created with the DDL st

A sequence was created with the DDL statement shown below:CREATE SEQUENCE my_sequence CACHE 10 ORDER The following statements are successfully ex...

3、You are creating a DataTable. You use

You are creating a DataTable. You use the following code segment to create the DataTable. (Line numbers are included for reference only.)01 Dat...

4、You want to use RMAN to create compres

You want to use RMAN to create compressed backups.Which statement is true about the compression algorithms that RMAN can use?()A The BZIP2 co...

5、Not a single word _ when he was forced

Not a single word _ when he was forced to leave home and join the army in 1937.Adid Mark leaveBleft MarkCdid leave MarkDMark left

6、What are two benefits of using a singl

What are two benefits of using a single OSPF area network design?()Ait reduces the number of required OSPF neighbor adjacenciesBIt reduces the...