When I use "load data infile" on master, the data is properly transferred to slave. But when I use "load data local infile" from remote server to master, the data does not pass on to slave.
Why does the data from remote server is not read by slave?
|
When I use "load data infile" on master, the data is properly transferred to slave. But when I use "load data local infile" from remote server to master, the data does not pass on to slave. Why does the data from remote server is not read by slave? |
|||
|
|
|
The Also In MySQL 5.1.52 and later, LOAD DATA INFILE is considered unsafe. It causes a warning when using statement-based logging format, and is logged using row-based format when using mixed-format logging. http://dev.mysql.com/doc/refman/5.1/en/replication-rbr-safe-unsafe.html |
|||
|
|