Thursday, August 29, 2013

Error Code: 1205. Lock wait timeout exceeded; try restarting transaction

increase the value of innodb_lock_wait_timeout in my.cnf or my.ini file.
In XAMPP for Windows : location of the file is xampp/mysql/bin/my.ini

Wednesday, August 14, 2013

Unzip multiple files from linux command line

unzip '*.zip'

Blog Archive