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

Load data question in cross database replication

2004-12-02 Thread Sanjeev Sagar
Hello Everyone, I have a question on using LOAD DATA command in cross database replication setup. MySQL version is 4.0.21 I have replication farm where few slaves have been set up as cross database replication slave by using (replicate-rewrite-db). When Load data command get executed on

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:

load data question

2004-06-13 Thread J S
Hi, I'm trying to load a file containing a set of updates e.g. UPDATE url_table SET hits=3 WHERE url="http://cache.unicast.com/java60/HTMLad_utils/ad2applet.js";; UPDATE url_table SET hits=2 WHERE url="http://abclocal.go.com/images/wabc/2003/wabc_images_whatsonseven.gif";; UPDATE url_table SET hi

Re: mysql load data question

2002-05-24 Thread Victoria Reznichenko
Taylor, Thursday, May 23, 2002, 11:46:16 PM, you wrote: TL> What priviledge does a user need in order to be able to execute the load data infile command in mysql..? is it FILE? Yes, you are right. Your user must have file privilege. Note: MySQL must have permissions on that file in your OS. T

RE: mysql load data question

2002-05-23 Thread Gurhan Ozen
Yes it is ... See: http://www.mysql.com/doc/P/r/Privileges_provided.html Gurhan -Original Message- From: Taylor Lewick [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 4:46 PM To: [EMAIL PROTECTED] Subject: mysql load data question What priviledge does a user need in order to

mysql load data question

2002-05-23 Thread Taylor Lewick
What priviledge does a user need in order to be able to execute the load data infile command in mysql..? is it FILE? Thanks, Taylor Taylor Lewick Unix System Administrator Fortis Benefits 816 881 6073 "Help Wanted. Seeking Telepath..." "You Know where to apply."

Re: Mysql Load Data question

2002-05-16 Thread Gelu Gogancea
_for_row'; Regards, Gelu _ G.NET SOFTWARE COMPANY Permanent e-mail address : [EMAIL PROTECTED] [EMAIL PROTECTED] - Original Message - From: "Taylor Lewick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thur

RE: Mysql Load Data question

2002-05-16 Thread Gurhan Ozen
- From: Taylor Lewick [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 4:52 PM To: [EMAIL PROTECTED] Subject: Mysql Load Data question I read in the Mysql manual where you can change the default column seperator, but it didnt specify how to do this. So, how can I tell the LOAD DATA command

Mysql Load Data question

2002-05-16 Thread Taylor Lewick
I read in the Mysql manual where you can change the default column seperator, but it didnt specify how to do this. So, how can I tell the LOAD DATA command to use commas, or better yet, where can I go to find out about mysql command syntax...? Thanks,. Taylor Lewick Unix System Administrator

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

Load Data question

2001-02-03 Thread Joel Holtzman
Hello, what is the correct syntax forignore? I have a table with columsn already put in, and primary key has 0 as value. When I do "load data infil 'file.txt'... it gives a duplicate error. Documentation says to use 'ignore'. But I can't get it to work. What is the *correct* syntax to load a