At 03:57 PM 6/20/2003 -0300, Dyego Souza do Carmo wrote:
Hi,

I wasn't able for to repeat with the last bk tree 4.0 on Linux
and Windows. The query was performed from a Linux machine and
also from a Windows machine.

c:\mysql\bin>mysql -uroot test --local-infile=1
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 4.0.14-max-debug-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> load data local infile "c:\\temp\\bah.1d" into table cfgimpressao;
Query OK, 3 rows affected (0.33 sec)
Records: 3  Deleted: 0  Skipped: 0  Warnings: 0

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 5 to server version: 4.0.14-debug-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> load data local infile "/share/bah.1D" into table cfgimpressao;
Query OK, 3 rows affected (0.56 sec)
Records: 3  Deleted: 0  Skipped: 0  Warnings: 0

Something else I did wrong for to repeat your case ?

The bug is:

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 257 to server version: 4.0.14-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use sqlreg3;
Database changed
mysql> LOAD DATA LOCAL INFILE 'C:\\ProjetosD6\\MySQLBackup\\binario\\cfgimpressao.dat' INT
O TABLE cfgimpressao;
ERROR 2013: Lost connection to MySQL server during query
mysql>




The Files of table are in FTP the names is:

cfgimpressao.dat.zip - The zipped Data of File ( saved with the
OUTFILE command, please unzip before run ! )

cfgimpressao.str - The Structure

cfgimpressao.ref - The references

cfgimpressao.idx - The Indexes


The files are in support.mysql.com in the secret dir.



My System is MySQL 4.0.14 + InnoDB running in Linux box kernel 2.4.21 with 768MB of ram

-- Regards,

For technical support contracts, visit https://order.mysql.com/
Are you MySQL certified?, http://www.mysql.com/certification/

Miguel Angel Solórzano <[EMAIL PROTECTED]>
Săo Paulo - Brazil


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to