Using MySQL, I have a problem where I am attempting to upload a 16.4MB file
into a BLOB field, but the insert fails with a

ERROR 1030: Got error 139 from table handler

and after trying again I get

ERROR 1062: Duplicate entry 'bla' for key 1

BUT the entry was never made. I need to repair the table in order to
continue on.

Can anyone give me a hint on what to do ? I remain somewhat lost...




---------------------------------------------------------------------
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