zencitta / 261854162

Notes
0 stars 0 forks source link

mysql locks timeout #30

Open zencitta opened 7 years ago

zencitta commented 7 years ago

run transactions on innodb table, may lead to timeout error for acquire of locks. could run following commands to increase the timeout threshold value.

SET GLOBAL innodb_lock_wait_timeout = 200; 
SET innodb_lock_wait_timeout = 200;