- 关于MySQL出现
lock wait timeout exceeded; try restarting transaction
的解决方案。
1 | select * from information_schema.innodb_trx; |
lock wait timeout exceeded; try restarting transaction
的解决方案。1 | select * from information_schema.innodb_trx; |
1 | ./mysql -uroot -p -hlocalhost -P3306 |
1 | ./mysql -uroot -p -hlocalhost -P3306 |