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?
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/
网友评论