[EMAIL PROTECTED] wrote:
> 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.

Check values of wait_timeout, max_allowed_packet variables:
        http://dev.mysql.com/doc/mysql/en/Gone_away.html



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




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

Reply via email to