[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
LOAD TABLE tbl_name FROM MASTER
LOAD TABLE tbl_name FROM MASTER |
Downloads a copy of the table from master to the slave. This statement is
implemented mainly for debugging of LOAD DATA FROM MASTER
.
Requires that the account used for connecting to the master server have
RELOAD
and SUPER
privileges on the master, and
SELECT
on the master table to load.
On the slave's side, the user which issues LOAD TABLE FROM MASTER
should
have grants to drop and create the table.
Please read the timeout notes in the description of LOAD DATA
FROM MASTER
above; they apply here, too. Please also read the
limitations of LOAD DATA FROM MASTER
above, they apply too (for
example, LOAD TABLE FROM MASTER
works only for MyISAM
tables).