Skip to content

Instantly share code, notes, and snippets.

@anhkind
Created May 6, 2013 08:01
Show Gist options
  • Select an option

  • Save anhkind/5523900 to your computer and use it in GitHub Desktop.

Select an option

Save anhkind/5523900 to your computer and use it in GitHub Desktop.
Fix: (ActiveRecord::StatementInvalid) "Mysql::Error: Lock wait timeout exceeded; try restarting transaction: UPDATE some_table.....
sudo vi /etc/my.cnf
Add/ Uncomment this: innodb_lock_wait_timeout=120
launchctl unload /usr/local/Cellar/mysql/5.5.28/homebrew.mxcl.mysql.plist
launchctl load /usr/local/Cellar/mysql/5.5.28/homebrew.mxcl.mysql.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment