Import data (BLOB) from txtt file to mysql

2005-08-09 Thread Nguyen, Phong
All, Could you tell me how to import data (file.txt)with BLOB column to mysql? Thank you Nguyen -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Import data (BLOB) from txtt file to mysql

2005-08-09 Thread SGreen
Nguyen, Phong [EMAIL PROTECTED] wrote on 08/09/2005 01:52:58 PM: All, Could you tell me how to import data (file.txt)with BLOB column to mysql? Thank you Nguyen The short answer is: you escape the content of the file and make one big INSERT statement out of it. The escaped content