Hess Yvan <[EMAIL PROTECTED]> wrote:
> I am doing a lot of inserts, updates and reads with big among of data into
> longtext and longblob fields using JDBC driver and mysql 4.0.15 for Windows
> with innodb tables. 
> After 1 hours of intensive working the database sent me a message "Lock wait
> timeout exceeded; Try restarting transaction" SQL code: 1205".  
> I doing know how I can solve this problem ? How I have do configure mysql or
> is it a bug ?
> 
> Environment: 
> 
> 6 Java Virtual machine using each their own connections pool.
> O/R mapping is done with Hibernate version 2.0.
> 

You can increase value of innodb_lock_wait_timeout variable:
        http://www.mysql.com/doc/en/InnoDB_start.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