IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    MySQL 5.6 Database Administrator-006-Which two commands will restore the sakila database without interfering with other running database?

    royalwzy发表于 2015-09-01 23:16:57
    love 0
    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? 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


沪ICP备19023445号-2号
友情链接