hi,
   I am trying to enter a genome sequence into mysql database. I have created 
a database in mysql as:

create table sequence(seq blob);

the length of my sequence is approx. 1700000.

this is the error i get whe i run my python script:

OperationalError: (2006, 'MySQL server has gone away')

i am not sure what is wrong.

Liz

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

Reply via email to