?
我为提高mysql性能做出调整的配置项(三)
error:
ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction
When a lock wait timeout occurs, the current statement is rolled back (not the entire transaction). To
have the entire transaction roll back, start the server with the --innodb_rollback_on_timeout
option. See also Section 14.19.4, “InnoDB Error Handling”.
我在做Linux上mysql配置设置时,mysql服务就启动不起来了,非常奇怪,没有找到原因。
?