RE: Load data question in cross database replication

2004-12-09 Thread Sanjeev Sagar
Thanks ! -Original Message- From: Gleb Paharenko [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 08, 2004 3:18 AM To: [EMAIL PROTECTED] Subject: Re: Load data question in cross database replication Hello. It seems to be a bug: http://bugs.mysql.com/bug.php?id=6353 "Sa

Re: Load data question in cross database replication

2004-12-08 Thread Gleb Paharenko
ch are not using > --replicate-rewrite-db. It do not work for those which are using this. > > Thanks for you reply. > > -Original Message- > From: Gleb Paharenko [mailto:[EMAIL PROTECTED] > Sent: Friday, December 03, 2004 4:14 AM > To: [EMAIL PROTECTE

RE: Load data question in cross database replication

2004-12-06 Thread Sanjeev Sagar
:[EMAIL PROTECTED] Sent: Friday, December 03, 2004 4:14 AM To: [EMAIL PROTECTED] Subject: Re: Load data question in cross database replication Hello. --replicate-rewrite-db is not taken into account while executing LOAD DATA FROM MASTER. See: http://dev.mysql.com/doc/mysql/en

Re: Load data question in cross database replication

2004-12-06 Thread Gleb Paharenko
Hello. --replicate-rewrite-db is not taken into account while executing LOAD DATA FROM MASTER. See: http://dev.mysql.com/doc/mysql/en/LOAD_DATA_FROM_MASTER.html "Sanjeev Sagar" <[EMAIL PROTECTED]> wrote: -- For technical support contracts, goto https://order.mysql.com/?ref=ensita

Re: load data question

2004-06-13 Thread J S
Thanks Michael - I was being a putz wasn't I! You have a file of SQL statements. LOAD DATA INFILE is for importing a file of data (comma-separated, for example), not for reading a SQL file. You can do this from the command line with mysql name_of_db or within the mysql client program with

Re: load data question

2004-06-13 Thread Michael Stassen
You have a file of SQL statements. LOAD DATA INFILE is for importing a file of data (comma-separated, for example), not for reading a SQL file. You can do this from the command line with mysql name_of_db or within the mysql client program with source '/tmp/updates.txt'; Michael J S wrote:

Re: Load Data question

2001-02-04 Thread Yusuf Incekara
Dear Benjamin. I firstly very very thanks for your interest. This is my 3'rd mail with same question and you 're the first one who reply. - Original Message - From: Benjamin Pflugmann <[EMAIL PROTECTED]> To: Yusuf Incekara <[EMAIL PROTECTED]> Cc: Mysql Mailing list <[EMAIL PROTECTED]> Sen