"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:
t: Thursday, September 18, 2003 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 Gener
> 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:
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'
-> ;
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)
Recor