How to change the value of innodb_lock_wait_timeout from hibernate

124 Views Asked by At

We are using AWS Aurora 2.x database ( compatible with MySQL 5.7 ). From our application, we are interacting with database using hibernate. In one scenario, we want to use a custom value instead of the default one ( 50 seconds ).

I was able to change the value from MySQL work bench but not with Session/Transaction/Query class methods that belong to hibernate.

0

There are 0 best solutions below