问题描述:
[多选]
mysqldump was used to create a single schema backup;mysqldump用于创建单个模式备份;Shell> mysqldump –u root –p sakila > sakila2013.sqlWhich two commands will restore the sakila database without interfering with other runningdatabase?哪两个命令将恢复sakila数据库而不干扰其他运行数据库?
A.mysql> USE sakila; LOAD DATA INFILE ‘sakila2013.sql’;
B.Shell> mysql –u root –p sakila < sakila2013.sql
C.Shell> mysql import –u root –p sakila sakila2013.sql
D.Shell> mysql –u root -p –e ‘use sakila; source sakila2013.sql;’
E.Shell> mysql –u root –p –silent < sakila2013.sql
参考答案:查看无
答案解析:无
☆收藏
答案解析:无
☆收藏
上一篇:Which query would you use to find connections that are in the same state for longer than 180 seconds?您将使用哪个查询来查找处于相同状态超过180秒的连接?()
下一篇:ROW-based replication has stopped working. You investigate the error log file and find the following entries( )基于行的复制已停止工作。调查错误日志文件并找到以下条目( )Why did you receive this error?为什么会收到此错误?
- 我要回答: 网友(216.73.216.168)
- 热门题目: 1.下列选项中,()规定了人生活 2.人生目的是人生的航标,指引着 3.司马迁写道:“盖文王拘而演《
