Re: Can't Show Warnings

2003-09-19 Thread Randy Chrismon
For LOAD DATA, it works better in 4.1.1, as indicated here: I read that and immediately went looking on the MySQL site for 4.1.1. All I can find is 4.1.0-alpha. Where can I get 4.1.1? Thanks. Randy -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

Re: Can't Show Warnings

2003-09-19 Thread Matt W
5:39 PM Subject: Re: Can't Show Warnings For LOAD DATA, it works better in 4.1.1, as indicated here: I read that and immediately went looking on the MySQL site for 4.1.1. All I can find is 4.1.0-alpha. Where can I get 4.1.1? Thanks. Randy -- MySQL General Mailing List For list archives

Re: Can't Show Warnings

2003-09-19 Thread Victoria Reznichenko
Randy Chrismon [EMAIL PROTECTED] wrote: For LOAD DATA, it works better in 4.1.1, as indicated here: I read that and immediately went looking on the MySQL site for 4.1.1. All I can find is 4.1.0-alpha. Where can I get 4.1.1? You can install it from development source tree:

Can't Show Warnings

2003-09-18 Thread Randy Chrismon
Here's a snapshot from a mysql environment: mysql LOAD DATA LOCAL INFILE 'c:/mysql/miamibilling-Cash.txt' - REPLACE INTO TABLE ln_cash - FIELDS TERMINATED BY '|' - ENCLOSED BY '~' - LINES TERMINATED BY '\r\n' - ; Query OK, 16374 rows affected (20.83 sec) Records:

Re: Can't Show Warnings

2003-09-18 Thread Paul DuBois
At 1:43 PM -0400 9/18/03, Randy Chrismon wrote: Here's a snapshot from a mysql environment: mysql LOAD DATA LOCAL INFILE 'c:/mysql/miamibilling-Cash.txt' - REPLACE INTO TABLE ln_cash - FIELDS TERMINATED BY '|' - ENCLOSED BY '~' - LINES TERMINATED BY '\r\n' - ;