美文网首页
oldguo-MySQL 8.0 OCP 原题解析-Q7

oldguo-MySQL 8.0 OCP 原题解析-Q7

作者: MySQL_oldguo | 来源:发表于2021-05-25 20:39 被阅读0次

    Question 7:

    A valid raw backup of the shop.customers MyISAM table was taken.
    You must restore the table.
    You begin with these steps:
    Which two actions are required to complete the restore?

    image.png

    A) mysql> IMPORT TABLE FROM /var/tmp/customers.sdi

    B) mysql> ALTER TABLE shop.customers DISCARD TABLESPACE

    C) shell> cp /backup/customers.sdi /var/tmp

    D) mysql> ALTER TABLE shop.customers IMPORT TABLESPACE

    E) mysql> SOURCE '/var/tmp/customers.sdi'

    F) shell> cp /backup/customers.frm /var/lib/mysql/shop/

    G) mysql> IMPORT TABLE FROM /var/lib/mysql/shop/customers.sdi

    H) shell> cp /backup/customers.sdi /var/lib/mysql/shop/

    相关文章

      网友评论

          本文标题:oldguo-MySQL 8.0 OCP 原题解析-Q7

          本文链接:https://www.haomeiwen.com/subject/vnfbjltx.html