I setup a mster-slave. My master does a lot of :

LOAD  DATA INFILE 'path-to-file'
REPLACE INTO TABLE TABLE-NAME FIELDS
TERMINATED BY '\t' LINES TERMINATED BY '\n';

I changed from "LOCAL" because the docs states:

LOAD DATA INFILE will be handled properly as long as the file still resides
on the master server at the time of update propagation. LOAD LOCAL DATA
INFILE will be skipped.

But on Slave I am getting:

Slave: Error 'Table '%-.64s.%-.64s' doesn't exist' running load data infile

Ideas????

---------
Regards,

Rod~


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to