¼ÛÅÂÈ£,
Thursday, June 06, 2002, 1:08:07 PM, you wrote:

¼> I will attempt to give you as much information about the software as I can
¼> before I ask the question.

¼> OS : RedHat 7.1
¼> MySQL : Version 3.23.49a for Linux -> binary distribution for pc-linux

¼> I want to insert into longblob column very big large data.

¼> but..  I have strange Errors...

¼> Example..

mysql>> create table test (aa longblob);
mysql>> insert into test values(load_file('testfile.exe'));
¼> ERROR 1030 : Got error 139 from table handler
mysql>>

./perror 139 ->> Too big row ( >= 16M)
¼> The size of  "testfile.exe" is  16.3M
¼> The table type of test is MYISAM
¼> max_allowed_packet = 67000000(64M?)

¼> I don't know about this error...

Current limit is 16M, but the data is escaped. It means that the real size
is about 10-12M. It will be changed in future versions ...








-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to