Re: inserting huge string

2004-02-25 Thread vpendleton
Have you changed the interactive_timeout and wait_timeout values? >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 2/24/04, 4:54:57 PM, <[EMAIL PROTECTED]> wrote reg

re: inserting huge string

2004-02-24 Thread Jeremy March
> What I am trying to do is to enter a genome sequence which has around > 175 characters. the file size is about 1.5MB which is well within > the longblob size. I am using python to enter the sequence from a file > to the database and the while i am running the python program ,the >connection t

inserting huge string

2004-02-24 Thread lga2
hi, I am using mysql 4.0.14. I have a table where one of the fields has a datatype longblob. What I am trying to do is to enter a genome sequence which has around 175 characters. the file size is about 1.5MB which is well within the longblob size. I am using python to enter the sequence